Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
AURA
steering
Commits
5392699f
Commit
5392699f
authored
2 years ago
by
Ernesto Rico Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
0c157ded
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-2
16 additions, 2 deletions
README.md
with
16 additions
and
2 deletions
README.md
+
16
−
2
View file @
5392699f
...
...
@@ -18,7 +18,9 @@ be sure to add:
AURA_PROTO=http
```
to the
`.env`
file.
to the
`.env`
file.
## Configuration for development
A better development setup for
`steering`
, that pulls the docker images for
`dashboard`
,
`dashboard-clock`
and
`tank`
from Docker Hub, builds the image for
...
...
@@ -34,6 +36,18 @@ DASHBOARD_CLOCK_VERSION=unstable
COMPOSE_FILE=docker-compose.yml:docker-compose.steering.yml
```
## LDAP authentication backend
If you would like to add LDAP authentication backend, you need to enable it by
setting the
`STEERING_USE_LDAP_AUTH`
and the
`AUTH_LDAP_BIND_PASSWORD`
environment variables in the
`.env`
file and configure the values of the
`AUTH_LDAP_*`
settings in the
`steering/settings.py`
file.
```
dotenv
STEERING_USE_LDAP_AUTH=1
AUTH_LDAP_BIND_PASSWORD=
```
## Testing
If you want to run the test suite, you can run
`pytest`
in the container:
...
...
@@ -91,5 +105,5 @@ Extensions](https://django-extensions.readthedocs.io/en/latest/graph_models.html
The following command will generate an image out of the models:
```
shell
docker compose steering run
poetry run ./manage.py graph_models
--pydot
-g
-o
steering_data_model.png program profile
$
poetry run ./manage.py graph_models
--pydot
-g
-o
steering_data_model.png program profile
```
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