changed repo in instructions for openshift

This commit is contained in:
Ken Toler
2020-03-01 14:10:19 -05:00
parent f640c5c4ef
commit a1f117f0cd
+1 -1
View File
@@ -103,7 +103,7 @@ You can also set the password for the database admin by appending the previous c
To deploy Railsgoat alongside the postgres database, you will need to run:
```bash
$ oc new-app https://github.com/relotnek/railsgoat.git --name=railsgoat -e POSTGRESQL_USER=username -e POSTGRESQL_PASSWORD=password -e POSTGRESQL_DATABASE=db_name -e DATABASE_SERVICE_NAME=postgresql -e RAILS_ENV=openshift
$ oc new-app https://github.com/OWASP/railsgoat.git --name=railsgoat -e POSTGRESQL_USER=username -e POSTGRESQL_PASSWORD=password -e POSTGRESQL_DATABASE=db_name -e DATABASE_SERVICE_NAME=postgresql -e RAILS_ENV=openshift
```
If you changed the database environment variables, make sure they match up.