Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 680 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 680 Bytes

Simple blog webapp designed to run with two different languages (python, ruby). This webapp is just a protype and a proof of concept it is not meant for production environmnet.

Python webapp Dependencies:

  • libmysqlclient-dev
  • python-dev
  • python-pip

To run with vagrant just run vagrant up Once in the vagrant box run # python setup.py install Make sure you setup a mysql database and to update the config.yaml.

To run the webapp you can use a process control system or run the python app manually: # python pyapp -c /path/to/config.yaml

Laravel webapp(under development)

  • requires php5.4 and above