Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHoeke committed Apr 13, 2023
1 parent 6fbf199 commit 8562278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ I'd highly recommend using [letsencrypt](https://letsencrypt.org/), a service wh
`sudo apt-get update`
`sudo apt-get install certbot`
3. Generate your certificate using `certbot certonly --manual` and follow the setup steps.
4. Uncomment the following lines from app.js: `21`, `22`, `23`, `83`. If you are not using certbot, please replace the paths of privkey.pem, cert.pem and chain.pem.
4. Uncomment the following lines from app.js: `24`, `25`, `26`, `28`, `29`, `30`, `31`, `32`, `69` and replace the variable `app` with `server` on line `98`. If you are not using certbot, please replace the paths of privkey.pem, cert.pem and chain.pem.
Once the back-end server is running using HTTPS, make sure to adjust the front-end API end-point on [this line](https://github.com/ArthurHoeke/cyclops/blob/9acdabcff868fe93636a71d917bee119e8605b50/front-end/src/app/services/api/api.service.ts#L16) and create a build of the front-end using `ng build`. `ng serve` should never be used to host the production front-end.
Expand Down

0 comments on commit 8562278

Please sign in to comment.