You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to the Platform CLI[1] for install/update.
- Add `copier.yml` config file
- Move template files into `template/`
- Move Docker Compose files from project root to `{{app_name}}/`. And tag the
app services with `{{app_name}}`. In a multi-app environment, it is
unreasonable (and high source of conflicts on update) for a single application
template to provide a root Compose file. So apps should provide their own
Compose files, the the project can import them into one project-wide Compose
file if desired.
- Drop unnecessary `.grype.yml`. Can use template-infra's project-wide version
since we don't need any app overrides.
- Pull back a few things from `pfml-starter-kit`
- Remove old install/update scripts
[1] https://github.com/navapbc/platform-cli
2. [Follow the steps in`app-rails/README.md`](./app-rails/README.md) to set up the application locally.
55
-
3. Optional, if using the Platform infrastructure template: [Follow the steps in the `template-infra` README](https://github.com/navapbc/template-infra#installation) to set up the various pieces of your infrastructure.
44
+
3. Follow the steps in`<APP_NAME>/README.md` to set up the application locally.
45
+
4. Optional, if using the Platform infrastructure template: [Follow the steps in the `template-infra` README](https://github.com/navapbc/template-infra#installation) to set up the various pieces of your infrastructure.
56
46
57
47
## Updates
58
48
59
-
If you have previously installed this template and would like to update your project to use a newer version of this application:
60
-
61
-
1. Run the [update script](./template-only-bin/update-template) in your project's root directory and pass in the branch, commit hash, or release that you want to update to, followed by the name of your application directory (e.g. `app-rails`).
49
+
If you have previously installed this template and would like to update your
0 commit comments