Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Latest commit

 

History

History
68 lines (50 loc) · 2.31 KB

index.rst

File metadata and controls

68 lines (50 loc) · 2.31 KB

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 getting-started usage commands clickable-json app-templates build-templates

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
  • Configure docker for clickable: clickable setup-docker

Install Via AUR (Arch Linux)

  • Using your favorite AUR helper, install the clickable package
  • Example: pacaur -S clickable

Install Via Git

  • Install Docker
  • Install Cookiecutter
  • Clone this repo: git clone https://github.com/bhdouglass/clickable.git
  • Add clickable to your PATH: echo "export PATH=\$PATH:\$HOME/clickable" >> ~/.bashrc
  • Read the new .bashrc file: source ~/.bashrc
  • Configure docker for clickable: clickable setup-docker

Getting Started

Read the getting started guide to get started developing with clickable. <getting-started>

Code Editor Integrations

Use clickable with the Atom Editor by installing atom-build-clickable made by Stefano.

Issues and Feature Requests

If you run into any problems using clickable or have any feature requests you can find clickable on GitHub.