slides-moztn is a webapp written with the micro web framework Flask
pip and virtualenv need to be installed on your machine.
1-Setting a virtual environment:
mkdir venv virtualenv venv source venv/bin/activate
2-Cloning the project
cd venv git clone https://github.com/moztn/slides-moztn.git
3-Installing dependencies:
cd slides-moztn pip install -r requirements.txt
4-Running the App:
$ python slides.py
5- Init data base :
Open http://localhost:5000/init
A webserver will be started so that you can access the web app via http://http://127.0.0.1:5000/