- pip
- bower
- MySQL
Create MySQL database and import
database.sql
$ source venv/bin/activate
Copy
app/settings-example.cfg
toapp/settings.cfg
and configure
$ export AUTOOGLASI_SETTINGS=settings.cfg
$ pip install -r requirements.txt
$ bower install
$ python run.py
open http://localhost:5000/
Default credentials: [email protected]:admin123