Skip to content

bu3alwa/simple-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple blog webapp written in Python Flask and Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published