additional notes

This commit is contained in:
Sieciech 2021-07-23 20:29:04 +02:00
parent caae76fbfe
commit a9d1b94ff4
1 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,7 @@
- [SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools)
- [SQLTools PostgreSQL/Redshift Driver](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools-driver-pg)
- Plugins for git:
1. [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
- [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
## How to run app?
1. Download project from repository using standalone git or built in any IDE
@ -68,3 +68,7 @@
- For application: `curenet`
- For admin: `postgres`
- Password: `WeryStronkPaz2`
### Known issues
1. If the docker build the app but can't run it, check the docker/startup.sh file, it should be saved with LF as end of line sequence. If it's CRLF try to change it to LF, save the file and try to run app again