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.
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.
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.
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).
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.
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.
Step Eight
In that window just create a username and password to log in.
Step Nine
Now, you can start adding notes by simply clicking on the plus sign (+) on the side menu.
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.