navapbc / template-application-rails

Ruby on Rails with USWDS template, including CI/CD, for teams building web applications
Apache License 2.0
1 stars 1 forks source link

Add template-only-bin scripts #6

Closed rocketnova closed 4 months ago

rocketnova commented 4 months ago

Ticket

Changes

What was added, updated, or removed in this PR.

Context for reviewers

Testing instructions, background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers.

This PR adds template-only bash scripts for managing:

This PR does not include a separate update-template.sh script in favor of using the download-and-install.sh, which accomplishes the same changes.

It also adds an empty docker-compose.mock-production.yml because this file will get installed as part of #2 and needs to exist otherwise the install script will error.

Testing

Provide evidence that the code works as expected. Explain what was done for testing and the results of the test plan. Include screenshots, GIF demos, shell commands or output to help show the changes working as expected. ProTip: you can drag and drop or paste images into this textbox.