Install¶
Install Via PPA (Ubuntu)¶
- Add the PPA to your system:
sudo add-apt-repository ppa:bhdouglass/clickable - Update your package list:
sudo apt-get update - Install clickable:
sudo apt-get install clickable
Install Via Git¶
- Install Docker
- Install Cookiecutter
- Clone this repo:
git clone https://github.com/bhdouglass/clickable.git - Add clickable to your PATH:
PATH=$PATH:/path/to/clickable(It is recommended to save this to your~/.bashrc)
Post Install¶
Run clickable setup-docker to ensure that docker is configured for use with clickable.