Skip to content

shalinia/alipi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

233 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

***NOTE***
Directory ffext contains files related to Firefox extension.  
Directory server contains the server side code.

***Installation***
1. Flask
   $ sudo pip install Flask
2. lxml
   $ sudo pip install lxml
3. pymongo
   $ sudo pip install pymongo
4. MongoDB
   Check http://mongodb.org for installation notes.
5. mod_wsgi
   $ sudo aptitude install libapache2-mod-wsgi

***How to run ***
$ python alipi.py
That would run "alipi" as a flask application.  It can also be configured to run using wsgi. "launcher.wsgi" is the entry point for wsgi, configure apache to run that script.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.8%
  • Python 10.2%