Clickable¶
Build and compile Ubuntu Touch apps easily from the command line. Deploy your apps to your Ubuntu Touch device for testing or test them on any desktop Linux distribution. Get logs for debugging and directly access a terminal on your device.
Clickable is fully Open Source and can be found on GitHub. Clickable is developed by Brian Douglass with a huge thank you to all the contributors.
Using Clickable¶
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.