Installation

This page will provide installation instructions for webAppOS.
Sources are available at GitHub
Visit GitHub
Download sources (ZIP)
Converted document
To install webAppOS, you just need to have either a git client software, or the unzip utility.
Using the git client Just downloading zip
From the command line run
git clone https://github.com/LUMII-Syslab/webAppOS.git
cd webAppOS
Download webAppOS sources and unzip the archive. If you prefer to do that from the command line, run:
wget https://github.com/LUMII-Syslab/webAppOS/archive/master.zip
unzip master.zip
cd webAppOS-master
Then, if you want only to use webAppOS, run
gradlew webappos:install
to compile and install only the webAppOS runtime.
If you want to develop apps and services for webAppOS, run
gradlew install
to compile and install the full webAppOS distribution with developer tools.