1
==REQUIREMENTS==
2
--python packages--
3
Flask
4
pymongo
5
oursql
6
requests
7
lxml
8
sweetmaker
9
10
--applications--
11
mySQL
12
MongoDB
13
libxml
14
libxslt
15
16
17
==CONFIGURATION==
18
Copy the sampleConf.py and sampleConfig.js file to conf.py and config.js, respectively,  and modify the files.
19
20
21
==INSTALL==
22
To install the required dependencies, use the following command when inside the top level directory of the project.
23
$python setup.py develop
24
25
After the packages and dependencies have been satisfied, the application can be started by,
26
$python alipi.py
27
28
==DEPLOYMENT==
29
Alipi is a flask application. To deploy flask applications, please see http://flask.pocoo.org/docs/deploying/#deployment