web analytics
Skip to content

How to Install Logic Invoice on Cloud9 IDE

    clou9-IDE-and-Logic Invoice-logo

    Logic Invoice is a free self hosted PHP-based accounting and invoicing software. As we’ve stated previously Koding will no longer provide the free limited VMs they used to provide for development purposes, so if you’re like me and you’re seeking an alternative then look no further as Cloud9 is here for the rescue.

    This post will present a step by step guide on how to install Logic Invoice for free on Cloud9 for development purposes, please note that it’s not advisable to install a Production version of Joomla 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 and then create the workspace.

    1 - Joomla on Cloud 9

    Step Three

    You’ll then be directed to your workspace, in the terminal just download the latest release of Logic Invoice using “wget”, at the time of writing this post the command should be as follow;

    Wget https://github.com/Equotix/Logic-Invoice/releases/download/v1.2.0/Logic-Invoice-1.2.0.zip

    Step Four

    After the download is complete, just unzip the downloaded folder using the following command;

    unzip Lo*

    Now you can either move the unzipped files from the upload folder to your working directory ” as seen in the screenshot below” or simply leave them and add “/upload” to your URL when you start the installation process from your browser.

    Logic Invoice on Cloud9

    Step Five

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

    2 - Joomla on Cloud 9

    Step Seven

    In the first installation window just  hit the “I have read and agreed to the license” tab. In the following step, the installation will check the pre-requests.

    6 - Logic Invoice on Openshift

    Step Eight

    In the next step, you’ve to enter the database credentials, use the ones in the screenshot below; Host Name “0.0.0.0”, username “root”, database name “c9”.

    8 - Logic Invoice on Openshift

    Step Nine

    In the final step, just click on the “Remove Installation Folder”.

    9 - Logic Invoice on Openshift

    Now, log into your portal using the username and password you’ve created in step 8 and congratulations, now you have a fully functional installation of Logic Invoice on Cloud9. But, remember this installation should be for development purposes only and not for production.

    11 - Logic Invoice on Openshift