You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2024. It is now read-only.
Vitor Lopes edited this page Oct 4, 2016
·
29 revisions
Instalation
1 - Install Pygi 3.20 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
Usage
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
Directory(folder) Structure
--- 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)
If you are using a server your server will define witch file is the index file ex: index.php