App on filesystem <-> JSON JSON -> web app
The format of the app JSON is documented in the wiki.
- Schema is checked and warnings may be issued
- Code generators in the JSON are expanded
- Code from JSON is used to generate a nodejs web application
The resulting web application can be easily deployed on an appcubator server.
Install Grunt and Grunt CLI
cd appmake/
npm install -g grunt; npm install -g grunt-cli
cd client/
npm install
sh build.sh
./push_statics.sh
git push deis master