A web app for creating customs html5 forms that can be synchronized through an API called Personal Cloud API (PCAPI) with the user's dropbox account.
- Fabric
- Nodejs/npm
- Fabric
apt-get install python-setuptools # for easy_install
easy_install pip
pip install fabric
- Nodejs/npm Follow the instructions here:
-
Prepare a configuration file Go and check the template for this which is inside etc/config.example. Create a config.ini out of it and save it in the same path or store it on a server and add the path of the server on the config.ini.
-
Go to the home path of you cloned project and run:
fab -l
A series of functions will be listed.
- For preparing your app
fab install
- For deploying to a web server:
fab server:'<server>' setup deploy
where server is the name of the server you have added in the config.ini file.
BSD
Free Software, Hell Yeah!