Skip to content

Commit

Permalink
README instructions for better user experience (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mblomdahl committed Sep 26, 2022
1 parent 1861949 commit 8080928
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ dmypy.json
*.tar.gz
*.tgz

# Bamboo Home
# Bamboo
bamboo_home/
bamboo_opt/

# Temp files
temp
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Create a local Bamboo-PostgreSQL deployment using Docker (version 20.10 or newer
docker-compose up -d
docker-compose ps # Verify Bamboo is up and healthy.

# Optionally, copy the Bamboo application code to local directory:
docker cp bamboo_server:/opt/atlassian/ ./bamboo_opt

Additional tip for Linux, add a host local account for the Bamboo user:

useradd -u 2005 -m -G docker bamboo

Open `https://${PROXY_HOSTNAME}/` in your browser and verify that you
can login the using credentials specified by _BAMBOO_ADMIN_USERNAME_ and
_BAMBOO_ADMIN_PASSWORD_ in your `.env` file.
Expand Down

0 comments on commit 8080928

Please sign in to comment.