JustDo is a Business Operating System.
With the JustDo SDK you can:
- Run JustDo on your own premise/cloud
- Extend JustDo for your business needs by writing plugins
- Modify the way any aspect of JustDo operates - both Server Side and Client Side
bash <(curl https://justdo.com/sdk.bash)The install script will create in the folder in which you called the command a folder named justdo that contains all the components of the JustDo SDK.
Call the $ justdo command to control and perform operations on the newly installed JustDo SDK.
- Bash >= v4.3
- Recent Docker installation
Windows isn't supported at the moment.
To uninstall JustDo call the following command:
justdo uninstallIt will:
- Remove the
$ justdocommand - Remove the
~/.justdofile from your home folder - Will stop and remove all the JustDo SDK's Docker containers installed by the JustDo SDK
- To avoid accidental data loss, it won't remove your global data folder from /var/justdo (or /private/var/justdo/) .