Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LabelsTower
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MaitresNageurs
README
LabelsTower
Commits
97c068cd
Commit
97c068cd
authored
4 years ago
by
erichard
Browse files
Options
Downloads
Patches
Plain Diff
add copy of labelstower's master README.md
parent
214d845c
No related branches found
Branches containing commit
No related tags found
1 merge request
!62
Packager labelstower bis
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+22
-0
22 additions, 0 deletions
README.md
with
22 additions
and
0 deletions
README.md
+
22
−
0
View file @
97c068cd
...
...
@@ -20,3 +20,25 @@ run the application
./run_dev.sh
# Code Guards
Some python code for management of user accounts within a Flask application.
## Directories
Most directories have their own
`README.md`
.
*
`codeguards`
: main code, i.e. a blueprint for Flask.
*
`docker`
: anything for building docker images with all the needed externals.
*
`dist`
: where we build and store wheel distributions of the main codeguards code.
*
`test/instance`
: where we initialize a test sqlite database.
*
`test/demo_blog`
: web demo application.
*
`test/scripts`
: various command-line test.
## Demonstration from scratch, with Docker
With the help of Docker :
1.
Build the dev Docker image :
`docker/build_externals.sh`
1.
Build the codeguards distribution :
`docker/run_externals.sh dist/build.sh`
1.
Build the demo Docker image :
`docker/build_latest.sh`
(it includes the above distribution)
1.
Initialize a database :
`docker/run_latest.sh instance/init_db.sh`
1.
Starts the flask server :
`docker/run_latest.sh`
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