Skip to content
Snippets Groups Projects
README.md 411 B
Newer Older
Jae Beojkkoch's avatar
Jae Beojkkoch committed
# Hiboo

### Quickstart dev guide:

Jae Beojkkoch's avatar
Jae Beojkkoch committed
Clone Hiboo:  
Jae Beojkkoch's avatar
Jae Beojkkoch committed
`
Jae Beojkkoch's avatar
Jae Beojkkoch committed
git clone https://forge.tedomum.net/acides/hiboo && cd hiboo 
Jae Beojkkoch's avatar
Jae Beojkkoch committed
Create virtualenv and activate it:  
Jae Beojkkoch's avatar
Jae Beojkkoch committed
mkdir venv && virtualenv venv && source venv/bin/activate  
Jae Beojkkoch's avatar
Jae Beojkkoch committed
Install dependencies:  
Jae Beojkkoch's avatar
Jae Beojkkoch committed
pip install -r requirements.txt  
Jae Beojkkoch's avatar
Jae Beojkkoch committed
Generate the static folder:  
Jae Beojkkoch's avatar
Jae Beojkkoch committed
npm install; ./node_modules/.bin/webpack-cli  
Jae Beojkkoch's avatar
Jae Beojkkoch committed
Run:  
Jae Beojkkoch's avatar
Jae Beojkkoch committed
export FLASK_APP=hiboo; flask run