From a1f117f0cdeeb17e5c3377c6d56fdbed67daeb3a Mon Sep 17 00:00:00 2001 From: Ken Toler Date: Sun, 1 Mar 2020 14:10:19 -0500 Subject: [PATCH] changed repo in instructions for openshift --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa3baed..c9823be 100755 --- a/README.md +++ b/README.md @@ -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.