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
Merge requests
!2
Added readme with simple quickstart guide
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added readme with simple quickstart guide
jae-dev
into
master
Overview
0
Commits
3
Pipelines
1
Changes
1
Merged
Jae Lo Presti
requested to merge
jae-dev
into
master
5 years ago
Overview
0
Commits
3
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b9d45e58
3 commits,
5 years ago
1 file
+
28
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
0 → 100644
+
28
−
0
Options
# Hiboo
### Quickstart dev guide:
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
`
Generate the static folder:
`
npm install; ./node_modules/.bin/webpack-cli
`
Run:
`
export FLASK_APP=hiboo; flask run
`
\ No newline at end of file
Loading