INFRA-2668 | fix readme
This commit is contained in:
@@ -21,7 +21,7 @@ src/model/offer-management
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
*.md
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
@@ -67,7 +67,8 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d
|
||||
## Some more steps before the portal works expectedly
|
||||
|
||||
- get dump of RDS from any team member and execute the following steps
|
||||
docker rm pgsql --force docker run -d --name pgsql -p 5432:5432 -e POSTGRES_PASSWORD=admin -e POSTGRES_DB=deployment_portal postgres:11 cat <<EOF | docker exec -i pgsql psql -U postgres CREATE ROLE service_user with encrypted password 'admin'; CREATE ROLE rdsadmin with encrypted password 'admin'; EOF cat | docker exec -i pgsql psql -U postgres
|
||||
|
||||
docker rm pgsql --force docker run -d --name pgsql -p 5432:5432 -e POSTGRES_PASSWORD=admin -e POSTGRES_DB=deployment_portal postgres:11 cat <<EOF | docker exec -i pgsql psql -U postgres CREATE ROLE service_user with encrypted password 'admin'; CREATE ROLE rdsadmin with encrypted password 'admin'; EOF cat | docker exec -i pgsql psql -U postgres
|
||||
|
||||
## Learn More
|
||||
|
||||
|
||||
Reference in New Issue
Block a user