Skip to content

Commit

Permalink
Update setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnesbitt committed Jul 25, 2022
1 parent 3836f47 commit f775ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is the simplest configuration for developers to start with.

### Initial Setup
1. Run `docker-compose run --rm django pip install -e /opt/django-project[dev]`
1. This is necessary because the `dandiapi.egg-info` directory needs to be generated on your native machine, so that volume mounting can proceed correctly.
1. This is necessary because the `dandiapi.egg-info` directory needs to be generated on your native machine, so that volume mounting can proceed correctly. If that directory is ever removed, this command must be run again.
2. Run `docker-compose run --rm django ./manage.py migrate`
3. Run `docker-compose run --rm django ./manage.py createsuperuser`
and follow the prompts to create your own user.
Expand Down

0 comments on commit f775ee3

Please sign in to comment.