Skip to content

Commit

Permalink
fix: update the DEVELOPER_GUIDE.md instructions for running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Oct 23, 2024
1 parent 643a0b7 commit 5700c38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,12 @@ As the script argument, add the name of the Dataverse image tag you want to depl
```bash
# /dev-env/ directory
# copy the .env.example file to .env
# To test file upload, update the .env file with S3 credentials
$ cp .env.example .env
# Installs and runs project off latest tagged container image
# To install the latest image from the develop branch, use the 'unstable' tag
$ ./run-env.sh <DATAVERSE_IMAGE_TAG>
# Removes the project and its dependencies
Expand Down

0 comments on commit 5700c38

Please sign in to comment.