diff --git a/README.md b/README.md index 103799bb..8c0965ec 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,12 @@ Sample configuration file setting the server port and database url: } ``` +##### Step 4. Run the app + +``` +node ./bin/www +``` + ### Configuring Workbench to Enable OIDC Authentication for Users Workbench supports OIDC authentication for users, allowing you to integrate Workbench with your organization's authentication system. @@ -144,12 +150,6 @@ Configuring Workbench to use OIDC can be done using environment variables or the | **AUTHN_OIDC_ISSUER_URL** | yes | Issuer URL for the Identity Server | userAuthn.oidc.issuerUrl | | **AUTHN_OIDC_REDIRECT_ORIGIN** | yes | URL for the Workbench host | userAuthn.oidc.redirectOrigin | -##### Step 4. Run the app - -``` -node ./bin/www -``` - ## Scripts `package.json` contains a number of scripts that can be used to perform recurring tasks.