|
Authoring/Development - Tools of the Trade: Joomla!
http://www.joomla.org/
yes
Joomla! is a content management system (CMS) that allows you to build Web sites and online applications. Because you need a database and PHP to be able to use Joomla!, it can only be used with Advanced level accounts or higher or with a pairLite hosting plan.
First you must create a database via the Account Control Center (https://my.pair.com).
Next, follow the steps below to install Joomla!
- Log into your server using SSH (in a terminal window)
- Enter the directory where you want to install Joomla! using a command such as:
cd public_html
- Unzip the Joomla! distribution by running this command:
tar -xvzf /usr/local/pair/joomla/joomla.tgz
- Enter the newly created "joomla" directly using this command:
cd joomla
- Load the installer via the Web at the URL where you placed the files such as: http://SERVER.pair.com/USERNAME/joomla/
- Complete the installation steps
- Delete the installation directory and secure your installation with these two commands:
rm -rf installation
chmod 705 joomla/configuration.php
For optimal performance, you must activate caching by following these instructions:
- Log into the Joomla! administrative interface (http://example.com/yourjoomladir/administrator) with the username and password you created in the installation. Replace "example.com" with your domain name and "yourjoomladir" with the name you gave your Joomla directory
- Click "Global Configuration"
- Click "System" (a sub-tab)
- Select "Yes" (under "Cache Settings")
- Pick a cache time (default is 15 minutes)
- Click "Save" (icon in the upper right)
For more information on how to use Joomla!, visit:
http://docs.joomla.org/
Please provide
feedback on this article.
|