web analytics
Skip to content

How to Install Tasks on Cloud9 IDE

    cloud9-logo

    Tasks is a free and open source self-hosted note-taking web application, it’s similar to Google Keep, Microsoft OneNote, and Evernote. If you want to try installing it on your own server then this post is for you.

    This post will present a step by step guide on how to install Tasks for free on Cloud9 for development purposes, please note that it’s not advisable to install a Production version of Tasks 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 Tasks using “wget”, at the time of writing this post the command should be as follow;

    wget https://github.com/m1guelpf/Tasks/archive/master.zip

    Step Four

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

    unzip mas*

    Step Five

    Move the content of the unzipped folder to your root directory, by simply dragging and dropping them using the Workspace side menu (i.e in the screenshot below, moving the files from “tasks-master” folder to the trial folder).

    4-tasks-on-c9

    Step Six

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

    2 - Joomla on Cloud 9

    Step Seven

    Now, you’ll be directed to the login page as seen in the screenshot below, just select the out of focus menu to create username and password.

    1-tasks-on-c9

    Step Eight

    In that window just create a username and password to log in.

    2-tasks-on-c9

    Step Nine

    Now, you can start adding notes by simply clicking on the plus sign (+) on the side menu.

    3-tasks-on-c9

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