web analytics

How to Install Joomla on Koding

Joomla-koding-logo

Update: Koding doesn’t provide free VMs for development anymore, you can’t use this post to learn about deploying Joomla on an Ubuntu server anymore.

In previous posts we’ve discussed how to host a Joomla website for free on Openshift, we’ve also discussed how to host a Joomla website for free on Amazon web services (AWS) via ZPanel and on Windows Server. In this post we shall discuss deploying Joomla on Koding.com.

Before starting the guide there are some points that should be clarified; we’re discussing deploying Joomla on Koding for the sake of development (as an alternative to WAMP) and not for an actual production website as the free VM (virtual machine) provided by Koding for the free account is turned off after one hour of idling. Koding provide each user with a VM (virtual machine) that has 1GB of RAM and 3GB of storage.

With the above clarification and without any further ado let’s dive into the guide.

Step One

First, visit www.koding.com and create a free account, you only need an email no other additional information is required.

1 - Joomla installation on koding

Step Two

A verification email would be sent to you, you will need to use it in order to start using your VM, after doing that go to the terminal (bottom section of the window) and type the following command and hit “Enter”:

kpm install mysql

 2 - Joomla installation on koding

Step Three

During MySQL installation you’ll be asked to create a password, create a strong password and write it (you can use KeePass or any password manager for that).

3 - Joomla installation on koding

Step Four

After finishing the installation of MySQL you’ll be prompted by a message informing you that the installation is complete. Now, type the following in the command line:

kpm install joomla

4 - Joomla installation on koding

Step Five

After the installation is complete you’ll be prompted by a link to your newly created Joomla website.

5 - Joomla installation on koding

Step Six

Copy and paste that link to your browser and you’ll be directed to your Joomla installation window.

 6 - Joomla installation on koding

Congratulations, you’ve successfully deployed Joomla on Koding. A final reminder; the VM provided by Koding will shutdown after 1 hour of idling so you’ve to take that into consideration. You can always turn it on again from your Koding console.