Skip to content
Snippets Groups Projects
Commit be367088 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Minor cosmetic changes

parent b1a7629b
No related branches found
No related tags found
No related merge requests found
Pipeline #2471 passed
...@@ -21,12 +21,13 @@ AURA_PROTO=http ...@@ -21,12 +21,13 @@ AURA_PROTO=http
to the `.env` file. to the `.env` file.
A better development setup for `steering`, that pulls the docker images for A better development setup for `steering`, that pulls the docker images for
`dashboard` and `tank` from Docker Hub, builds the image for `steering` locally `dashboard`, `dashboard-clock` and `tank` from Docker Hub, builds the image for
and exposes the ports can be achieved with `docker-compose.steering.yml` by `steering` locally and exposes the ports can be achieved with
adding this lines to the end of the `.env` file: `docker-compose.steering.yml` by adding this lines to the end of the `.env`
file:
```dotenv ```dotenv
STEERING_VERSION=latest STEERING_VERSION=local
TANK_VERSION=unstable TANK_VERSION=unstable
DASHBOARD_VERSION=unstable DASHBOARD_VERSION=unstable
DASHBOARD_CLOCK_VERSION=unstable DASHBOARD_CLOCK_VERSION=unstable
...@@ -79,14 +80,14 @@ Or, if you prefer, you can just create a superuser after setting up the ...@@ -79,14 +80,14 @@ Or, if you prefer, you can just create a superuser after setting up the
database: database:
```shell ```shell
(venv) $ manage.py createsuperuser (venv) $ ./manage.py createsuperuser
``` ```
The only required fixtures are the recurrence rules, these are needed to create The only required fixtures are the recurrence rules, these are needed to create
schedules: schedules:
```shell ```shell
$ docker compose run django ./manage.py loaddata fixtures/program/rrule.json (venv) $ ./manage.py loaddata fixtures/program/rrule.json
``` ```
Then, you can create a RSA Key and the clients for `dashboard` and `tank`: Then, you can create a RSA Key and the clients for `dashboard` and `tank`:
......
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