(Tutorial) Installing Contributed Themes on Your VPS
Installing Contributed Themes on Your VPS
-
Login to your server
To login to the command line of your VPS:
- If you use Windows, we recommend the Putty SSH software
- Use the IP address as your host, 22 as your port number, and your SSH username as the account (usually 'admin').
- for the Mac, you should already have an application called "Terminal" or you can download the open source alternative iTerm. The SSH host is the IP of your VPS, and your login is 'admin' plus the password provided to you when you received your server.
- ssh [your_IP] -l admin
- sudo su
- This will grant you full access to your server. You'll probably have to type your password
Initial Setup
You will only have to do this once if it's not already done.
cd /var/www/- This will put you in your website's directory (technically the directory just above it).
mkdir themescd /var/www/html/sites/yourdomain.commkdir themes
Courtesy : http://support.bryght.com
- guru's blog
- Login to post comments
![Drupal-6-Book-[Building Powerful and Robust Websites with Drupal 6].jpg](http://www.drupalranch.com/images/Drupal-6-Book-[Building%20Powerful%20and%20Robust%20Websites%20with%20Drupal%206].jpg)