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

Bash commands in block

parent 87d47226
No related branches found
No related tags found
1 merge request!25Update Doc
......@@ -24,39 +24,39 @@ dnf install -y mysql-devel postgresql-devel xmlsec1-devel python3-devel libtool-
#### Installation:
Clone Hiboo:
`
```
git clone https://forge.tedomum.net/acides/hiboo && cd hiboo
`
```
Create virtualenv and activate it:
`
```
mkdir venv
virtualenv venv
source venv/bin/activate
`
```
Install dependencies:
`
```
pip install -r requirements.txt
`
```
Import databases:
`
```
export FLASK_APP=hiboo
flask db upgrade
`
```
Generate the static folder:
`
```
npm install
./node_modules/.bin/webpack-cli
`
```
Run:
`
```
export FLASK_APP=hiboo
flask run --reload
`
```
### Test instance
......
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