Installing Joomla on VPS or Dedicated server without a control panel Posted by on 30 June 2014 09:39 AM
|
|
If you’ve got VPS or a Dedicated server without a control panel and would like to install Joomla on it, you can do it easily. We’ll break it down for you. Step 1 : Create a Database & its User
In the above screen, we’ve demonstrated an example for this, where:
You can do this in 2 ways:
In this article, we’ll show you the easiest and fastest way i.e. using SSH. Here’s how you do it:
# wget http://joomlacode.org/gf/download/frsrelease/19524/159413/Joomla_3.3.1-Stable-Full_Package.zip Now, the Joomla files are extracted inside the folder “/home/demobigo/public_html”. To have Joomla in a folder (yourdomain.com/shop), you have to download & extract the Joomla package inside /home/demobigo/public_html/shop.
Step 3 : Run the installation script Now, open your browser and navigate to the main domain (yourdomain.com) or to the sub-directory where you’ve installed Joomla (yourdomain.com/shop)
Fill in the necessary fields for Joomla Configuration:
Once you’ve filled these details, click Next.
Database Type : MySQL Host Name : localhost Username : Enter the Database user you created in Step 1 Password : Enter the Password that you’ve set for the database user (Refer Step 1) Database Name : Enter the Database name you created in Step 1 Table Prefix : Joomla will add this prefix to all of its database tables. This is useful if you want to host multiple Joomla sites on a single database. We’d recommend you to leave this to its default value. Old Database Process : If you have any existing databases, choose what to do with the existing tables that are required by the installer. The options are to remove or backup any existing data that's about to be replaced. We’d say that you leave this option set to Backup since it’s the safest choice. Now, click on Next and proceed. You’re almost there.
Step 5 : Completing the installation Install Sample Data : You can specify if you want any sample data installed on your server. We’d suggest you leave this to the default option itself.
This page will display all the server configurations required for Joomla installation. All the options on this page should be marked in green. In case any setting is in red, then you’ll have to turn on/off that setting individually. Finally, click on the “Install” option to begin the actual Joomla installation. The installation will take a few minutes. Now, you’ll see a warning message to remove the installation folder.
Remove the installation folder to avoid security related issues. Click on "Remove installation folder" & complete the installation. That’s it. You’re all good to use Joomla on your server. To access Joomla’s admin panel, just visit - "http://yourdomain.com/administrator" (if you’ve installed Joomla in the main directory)
| |
|