Skip to content

Commit d62a372

Browse files
committed
Update Readme
1 parent 96a6161 commit d62a372

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,29 @@ Git commit signing is required for commits. [How to setup git commit signing](ht
3333

3434
**Software Requirements**
3535

36-
- Node 20 or higher must be installed.
36+
- Node 20 must be used.
3737
- @angular/cli should be installed.
38+
- Docker should be installed.
3839

3940
### Installation
4041

41-
- [Clone the mem-mmti-public repository](https://help.github.com/en/articles/cloning-a-repository)
42+
- [Clone the nr-bcmi repository](https://help.github.com/en/articles/cloning-a-repository)
4243

43-
**To connect to the openshift dev database:**
44-
1. Login to openshift and copy the login token (Click your name in the top right)
45-
2. In a terminal paste and run the login command.
46-
3. Ensure no other postgres instance is running or choose another port (brew services stop postgresql)
47-
4. Run the command: (Note: If the pod restarts, the pod name may change.) ```oc port-forward cms-postgres-1-2cn2c 5432:5432 -n f00029-dev```
44+
**To run/develop using docker:**
45+
1. Run ```docker compose up ```
4846

49-
50-
**To connect to the frontend:**
47+
**To run the frontend locally:**
5148
1. Install angular/cli ```npm i -g @angular/cli```
5249
1. ``` cd bcmi ```
5350
1. ``` npm install ```
5451
1. ``` npm run start ```
5552

5653

57-
**To connect to Strappi and graphql:**
54+
**To run Strapi locally:**
5855
1. create an .env file in the cms folder using the .env.template, find secrets in openshift
59-
1. ``` npm install ```
6056
1. ``` cd cms ```
6157
1. ``` npm install ```
6258
1. ``` npm run develop ```
63-
1. go to the pods openshift secrets to find the strappi login details
6459
1. Login to strapi admin at http://localhost:1337/admin
6560
1. See graphql queries at http://localhost:1337/graphql (ensure the strappi content has the 'find' role enabled)
6661

0 commit comments

Comments
 (0)