Skip to content

Commit

Permalink
update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Feb 7, 2025
1 parent a3d8c9d commit 360448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev-guide/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To begin development, check out the repo via `git clone [email protected]:OpenGeosc
2. Run `docker compose run --rm django ./manage.py createsuperuser`
and follow the prompts to create your own user.
3. Run `docker compose run --rm django ./manage.py makeclient --username {[email protected]}` to create the client application id for user logins.
4. Run `docker compose run --rm django ./manage.py ingest_data ./sample_data/test.json` to use sample data.
4. Run `docker compose run --rm django ./manage.py ingest_data tva.json` to use sample data.
5. Copy the `./client/env.example` environment file to `./client/.env`. The default environment variables should be sufficient for local development.

## Run Application
Expand Down

0 comments on commit 360448b

Please sign in to comment.