Skip to content

Commit

Permalink
bust deployment cache by fixing README typo (#206)
Browse files Browse the repository at this point in the history
Fix typo but actually I'm busting the deployment cache so I can run a fresh deploy to include an ENV variable that has a new value
  • Loading branch information
bkiahstroud authored Dec 12, 2023
1 parent 389e58a commit 1d5ecab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Jump In: [![Slack Status](http://slack.samvera.org/badge.svg)](http://slack.samv

#### Dory

On OS X or Linux we recommend running [Dory](https://github.com/FreedomBen/dory). It acts as a proxy allowing you to access domains locally such as hyku.test or tenant.hyku.test, making multitenant development more straightforward and prevents the need to bind ports locally. Be sure to [adjust your ~/.dory.yml file to support the .test tld](https://github.com/FreedomBen/dory#config-file). You can still run in development via docker with out Dory. To do so, copy `docker-compose.override-nodory.yml` to `docker-compose.override.yml` before starting doing docker-compose up. You can then see the application t the loopback domain 'lvh.me:3000'.
On OS X or Linux we recommend running [Dory](https://github.com/FreedomBen/dory). It acts as a proxy allowing you to access domains locally such as hyku.test or tenant.hyku.test, making multitenant development more straightforward and prevents the need to bind ports locally. Be sure to [adjust your ~/.dory.yml file to support the .test tld](https://github.com/FreedomBen/dory#config-file). You can still run in development via docker with out Dory. To do so, copy `docker-compose.override-nodory.yml` to `docker-compose.override.yml` before starting doing docker-compose up. You can then see the application at the loopback domain 'lvh.me:3000'.

```bash
gem install dory
Expand Down

0 comments on commit 1d5ecab

Please sign in to comment.