Lucien and Leon website

Dependencies :

  • Flask
  • flask-wtf : sudo -H python -m pip install flask-wtf
  • flask_appbuilder : sudo -H python -m pip install flask_appbuilder
  • gnumeric

How to develop

In order to develop the website :

  • Install the dependencies
  • Clone the repository : git clone https://github.com/palanglois/minecraftSite.git
  • Move inside of it : cd minecraftSite
  • Run the local development server : python __init__.py
  • You can access it at http://127.0.0.1:5000
  • You need to run the updater daemon dbUpdater.py