Skip to content

Commit

Permalink
Merge pull request #1724 from BLSQ/IA-3567_update-setuper-doc-credent…
Browse files Browse the repository at this point in the history
…ials

[IA-3567] Update setuper doc
  • Loading branch information
tdethier authored Oct 21, 2024
2 parents 02717ec + 1ea46cb commit 7d57574
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setuper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,17 @@ Once the script has run, you can log in to your server using the account name as

pip install -r requirements.txt

- Update `credentials.py` because we need a user with API access (use your superuser credentials)
- Optional: update `credentials.py` because we need a user with API access (use your superuser credentials)

cp data/sample-credentials.py credentials.py

1. Run the setuper

python3 setuper.py
# If you did not update credentials.py:
python3 setuper.py -u <username> -p <password> -s <server_url>

# If you updated credentials.py:
python3 setuper.py

2. If you want to create additional projects like:
- Planning
Expand Down

0 comments on commit 7d57574

Please sign in to comment.