Skip to content

Commit 9497301

Browse files
committed
Add info to README
1 parent e5a324a commit 9497301

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

analytics/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This is the simplest configuration for developers to start with.
77
1. Run `docker-compose run --rm django ./manage.py migrate`
88
2. Run `docker-compose run --rm django ./manage.py createsuperuser`
99
and follow the prompts to create your own user
10+
3. Run `dev/init-gitlab.sh` to initialize your GitLab instance root
11+
password, register a runner, and bootstrap a `spack` repo.
1012

1113

1214
### Run Application
@@ -40,6 +42,8 @@ but allows developers to run Python code on their native system.
4042
6. Run `source ./dev/export-env.sh`
4143
7. Run `./manage.py migrate`
4244
8. Run `./manage.py createsuperuser` and follow the prompts to create your own user
45+
9. Run `dev/init-gitlab.sh` to initialize your GitLab instance root
46+
password, register a runner, and bootstrap a `spack` repo.
4347

4448
### Run Application
4549
1. Ensure `docker-compose -f ./docker-compose.yml up -d` is still active

0 commit comments

Comments
 (0)