Skip to content

Commit

Permalink
Docs: clarified steps to bypass basic authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
sxflynn committed Jan 26, 2024
1 parent 4096fe9 commit cce2b9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ dory up
docker-compose up web
```

This command starts the whole stack in individual containers allowing Rails to be started or stopped independent of the other services. Once that starts (you'll see the line `Passenger core running in multi-application mode.` or `Listening on tcp://0.0.0.0:3000` to indicate a successful boot), you can view your app in a web browser at either hyku.test or localhost:3000 (see above). When done `docker-compose stop` shuts down everything.
This command starts the whole stack in individual containers allowing Rails to be started or stopped independent of the other services. Once that starts (you'll see the line `Passenger core running in multi-application mode.` or `Listening on tcp://0.0.0.0:3000` to indicate a successful boot), you can view your app in a web browser at either [hyku.test](http://hyku.test) or [localhost:3000](http://localhost:3000) (see above). There is basic authentication on the server configurable in `app/controllers/application_controller.rb`. Use username: `samvera` and password: `hyku` to bypass basic authentication.

When done `docker-compose stop` shuts down everything.

#### Troubleshooting on Windows
1. Dory is running but you're unable to access hyku.test:
Expand Down

0 comments on commit cce2b9b

Please sign in to comment.