Skip to content
Snippets Groups Projects
Commit bd394a59 authored by Le Libre Au Quotidien's avatar Le Libre Au Quotidien
Browse files

Minimal changes

parent 759666d2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ Fedora:
dnf install -y mysql-devel postgresql-devel xmlsec1-devel python3-devel libtool-ltdl-devel nodejs
`
---
#### Installation:
......@@ -38,6 +37,7 @@ source venv/bin/activate
Install dependencies:
```
pip install -r requirements.txt
npm install
```
Import databases:
......@@ -48,11 +48,10 @@ flask db upgrade
Generate the static folder:
```
npm install
./node_modules/.bin/webpack-cli
```
Run:
#### Run
```
export FLASK_APP=hiboo
flask run --reload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment