This repository was archived by the owner on Sep 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Quick start
Vitor Lopes edited this page Oct 5, 2016
·
29 revisions
1 - Install Pygi 3.20 min, from your Linux distro repository.
using pip
sudo pip install jak
using Git
git clone https://github.com/vmnlopes/Jade-Application-Kit.git
cd ./Jade-Application-Kit
chmod +x ./jak
Wen pointing to a folder JAK will look for index.html in your application root.
jak /path/to/application/directory
jak http://Address
debug mode --> jak -d myAppRoot
help --> jak -h
Wen you specify a URL and are not in debug mode your url will be forced to use SSL!
--- myAppRoot
|--- index.html (note: wen you point to a path without a server it looks for this file)
|--- app.json
|--- window.css (note: this file is only needed if you wish to style the window)
note: If you are using a server your server will define witch file is the index file ex: index.php
window.css --> How to ( Styling GTK windows with CSS )