Skip to content

mstrisoline/ufb

Repository files navigation

#UFB Micro Self Registration Blogging App ##Installation

This installation will use some basic assumptions for its installation

###Requirements

  • Python3
  • PostgreSQL 9.X.X
  • virtualenv
  • mkvirtuelenv

###Environment Setup This assumes you have already installed the quired system dependencies and set them up

  1. cd /path/to/virtual/envs
  2. git clone https://github.com/mstrisoline/ufb.git .
  3. cd ufb
  4. mkvirtualenv -p python3 .
  5. `cp setup/postactivate bin/.
  6. workon ufb
  7. pip install -r requirements.txt
  8. python manage.py db init
  9. python manage.py db migrate
  10. python manage.py db upgrade
  11. python run.py
  12. App running on localhost

###Usage The usage of this should be fairly self explanitory

About

Micro multi user blogging application built with Python 3 and Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published