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
Copy file name to clipboardExpand all lines: README.md
+56-30Lines changed: 56 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ This is a service used within the NHS for managing and recording school-aged vac
16
16
17
17
We have two RDoc versions:
18
18
19
-
1.[next](https://nhsuk.github.io/manage-vaccinations-in-schools/rdoc/next) - useful for dev work (based off the `next` branch).
20
-
2.[release](https://nhsuk.github.io/manage-vaccinations-in-schools/rdoc/release) - useful for ops to debug live issues (based off the `release` branch).
19
+
-[next](https://nhsdigital.github.io/manage-vaccinations-in-schools/rdoc/next/) - useful for dev work (based off the `next` branch).
20
+
-[release](https://nhsdigital.github.io/manage-vaccinations-in-schools/rdoc/release/) - useful for ops to debug live issues (based off the `release` branch).
21
21
22
22
## Development
23
23
@@ -29,7 +29,7 @@ This project depends on:
29
29
-[Ruby on Rails](https://rubyonrails.org/)
30
30
-[NodeJS](https://nodejs.org/)
31
31
-[Yarn](https://yarnpkg.com/)
32
-
-[PostgreSQL](https://www.postgresql.org/)
32
+
-[PostgreSQL](https://www.postgresql.org/) with [PostGIS](https://postgis.net/)
33
33
-[Redis](https://redis.io/) or [Valkey](https://valkey.io/)
34
34
35
35
The instructions below assume you are using `mise` to manage the necessary
@@ -48,34 +48,55 @@ bin/bundle exec rladr new title
48
48
49
49
### Installing dependencies
50
50
51
-
This project uses `mise`. Use the following to set up (replace `brew` and
52
-
package names depending on your platform):
51
+
This project uses [`mise`](https://mise.jdx.dev/) to manage tool versions.
52
+
53
+
#### Prerequisites
54
+
55
+
Before you can run `mise install` you might need to install some system
0 commit comments