additional notes
This commit is contained in:
parent
caae76fbfe
commit
a9d1b94ff4
|
@ -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
|
Loading…
Reference in New Issue