Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 19, 2024
1 parent b9b9ce1 commit 992f62b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
13 changes: 11 additions & 2 deletions docs/docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ permalink: /docs/quickstart/

# Quick Start

For the impatient, here's how to get a boilerplate _NotifyBC_ instance up and running if you have git and node.js installed:
For the impatient, to get _NotifyBC_ instance up and running on localhost, you need

- internet connection
- Node.js
- git
- (Windows only) Docker Desktop running

then run

```sh
docker run --rm -dp 6379:6379 redis # only on Windows
git clone https://github.com/bcgov/NotifyBC.git
cd NotifyBC
npm i && npm run build
npm run start
npx cross-env NOTIFYBC_WORKER_PROCESS_COUNT=1 npm run start
# wait till console displays "ethereal email account created:"
# => Now browse to http://localhost:3000
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/what's-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _NotifyBC_ uses [semantic versioning](https://semver.org/).

See [Upgrade Guide](../upgrade/#v5-to-v6) for more information.

- Replaced Bottleneck with BullMQ
- Issue [#89](https://github.com/bcgov/NotifyBC/issues/89) Replaced Bottleneck with BullMQ
- Redis is required
- Bitnami Redis Helm chart is updated from version 16.13.2 to 20.4.1, with corresponding Redis from 6.2.7 to 7.4.1
- Bitnami MongoDB Helm chart is updated from version 14.3.2 to 16.3.3, with corresponding MongoDB from 7.0.4 to 8.0.4
Expand Down
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"commander": "^11.1.0",
"cross-env": "^7.0.3",
"csvtojson": "^2.0.10",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
Expand Down

0 comments on commit 992f62b

Please sign in to comment.