File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ This is the simplest configuration for developers to start with.
771 . Run ` docker-compose run --rm django ./manage.py migrate `
882 . 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.
40426 . Run ` source ./dev/export-env.sh `
41437 . Run ` ./manage.py migrate `
42448 . 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
45491 . Ensure ` docker-compose -f ./docker-compose.yml up -d ` is still active
You can’t perform that action at this time.
0 commit comments