INFRA-2668 | fix readme

This commit is contained in:
dhruvjoshi
2024-02-15 18:34:14 +05:30
parent b44366cf0b
commit 779bde5c74
2 changed files with 3 additions and 2 deletions

View File

@@ -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*

View File

@@ -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