Skip to content
Snippets Groups Projects
Commit 67e2e2c3 authored by Jae Beojkkoch's avatar Jae Beojkkoch
Browse files

Update quickstart guide.

parent 8063134d
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
### Quickstart dev guide: ### Quickstart dev guide:
Dependencies:
Debian:
`
apt install git python python-virtualenv python-pip node npm mariadb-server postgresql-devel
`
Arch:
`
pacman -S git python python-pip python-virtualenv node npm mariadb-server postgresql-libs
`
Clone Hiboo: Clone Hiboo:
` `
git clone https://forge.tedomum.net/acides/hiboo && cd hiboo git clone https://forge.tedomum.net/acides/hiboo && cd hiboo
...@@ -17,6 +27,11 @@ Install dependencies: ...@@ -17,6 +27,11 @@ Install dependencies:
pip install -r requirements.txt pip install -r requirements.txt
` `
Import databases:
`
flask db upgrade
`
Generate the static folder: Generate the static folder:
` `
npm install; ./node_modules/.bin/webpack-cli npm install; ./node_modules/.bin/webpack-cli
......
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