Skip to content

Commit

Permalink
Update deploy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srappel authored Jun 25, 2024
1 parent 41538c1 commit 736fc8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You should now be able to interact with the application in the browser at
or via the command line by running `rails console` in the GeoDiscovery directory
while the app is running.

It's a good idea to [run tests](develop/#run-the-test-suite) to make sure everything was installed and updated correctly.
It's a good idea to [run tests](develop.html/#run-the-test-suite) to make sure everything was installed and updated correctly.

You can now do [feature development](develop) on your local machine to test out changes or new features.

Expand Down Expand Up @@ -156,7 +156,7 @@ Deploy to liblamp:
bundle exec cap production deploy
```

These commands will run [Capistrano](dependencies/#capistrano) and deploy the application to development
These commands will run [Capistrano](dependencies.html/#capistrano) and deploy the application to development
or production respectively.

If it's sucessful, it will be saved in the current-release directory found at /var/www/rubyapps/uwm-geoblacklight/current/.
Expand All @@ -166,7 +166,7 @@ by a numerical version number according to it's creation date, e.g. `20240612212
{: .note }
> OpenGeoMetadata files stored in /tmp/opengeometadata are not moved over to the new release as part of the deploy process.
> [.env.production](https://github.com/UWM-Libraries/GeoDiscovery/blob/main/.example.env.production)
> should be modified to point [GeoCombine's](dependencies/#geocombine)
> should be modified to point [GeoCombine's](dependencies/.html#geocombine)
> OGM_PATH environment variable to /var/www/rubyapps/uwm-geoblacklight/shared/tmp/opengeometadata.
>
> ```bash
Expand Down

0 comments on commit 736fc8a

Please sign in to comment.