web analytics

How to Install SimpleInvoices on Cloud9 IDE

clou9-IDE-and-SimpleInvoice-logo-332x97

Simple Invoices is a free and open source invoicing solution. If you’re interested in trying to install Simple Invoice on a test server (know the dependencies, errors, etc.) before installing a production version on your own server then you’re in the right spot.

This post will present a step by step guide on how to install Simple Invoices for free on Cloud9 for development purposes, please note that it’s not advisable to install a production version of the web application on Cloud9 as the free tier isn’t designed for that intended purpose. Now, and without further ado let’s dive into the tutorial.

Prerequisite

First, you’ll need to sign-up for the free version of Cloud9.

zero - Joomla on Cloud 9

Installation

Step One

After signing up and confirming your email, you’ll be directed to your dashboard, just click on the “add workspace” plus sign.

9 - Joomla on Cloud 9

Step Two

You’ll be directed to a new window where you should set up your workspace, select the PHP option.

2 - webzash on Cloud9

Step Three

First, download Simple Invoices using the following command;

wget https://bitbucket.org/simpleinvoices/simpleinvoices/downloads/simpleinvoices.2011.1.zip

Step Four

Second, unzip the downloaded package using the following command;

unzip simple*

Step Five

Now move the unziped folder content to the main directory in this case move the files and folders in “simpleinvoices” to “trial”;

1 - SimpleInvoice on Cloud9 IDE

Step Six

On the side-menu locate the file entitled config.ini file by changing the database name to “c9” as seen below.

 

2 - SimpleInvoice on Cloud9 IDE

Step Seven

Now, just click on the “Run Project” arrow, then click on the “Preview”, the installation window will appear in a browser like a side-window.

2 - Joomla on Cloud 9

Step Eight

In the first step of the installation process click on the “Install Essential Data” tab.

4 - SimpleInvoice on Cloud9 IDE

Step Nine

In the second and last step click on the “Install Sample Data” tab.

5 - SimpleInvoice on Cloud9 IDE

 

Step Ten

You’ll then be directed to your portal.

6 - SimpleInvoice on Cloud9 IDE

Congratulations, now you have a fully functional installation of Simple Invoices on Cloud9 IDE. But, remember this installation should be for development purposes only and not for production.