Skip to content

Commit

Permalink
Update README.md to reflect changes in make test-release
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoam committed Nov 12, 2024
1 parent bd65db2 commit 87bd443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,8 @@ sed -i 's/5.1.3/5.1.4/g' VERSION README.md docker-compose-memcached.yml docker-c
vim Changelog.md # Update change log
make test-release # Runs the following
# sudo rm -rf /srv/docker/redmine/ # Clean old run
# sudo mkdir -p /srv/docker/redmine/redmine
# sudo cp -rf $(CERTS_DIR) /srv/docker/redmine/redmine/ # Copy generated certificates
# docker compose down
# docker compose build
# docker compose up # Test new build
Expand Down

0 comments on commit 87bd443

Please sign in to comment.