Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hiboo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACIDES
Hiboo
Commits
759666d2
Commit
759666d2
authored
3 years ago
by
Le Libre Au Quotidien
Browse files
Options
Downloads
Patches
Plain Diff
Bash commands in block
parent
87d47226
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!25
Update Doc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-12
12 additions, 12 deletions
README.md
with
12 additions
and
12 deletions
README.md
+
12
−
12
View file @
759666d2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment