You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/developing-your-hyrax-based-app.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You can also try [Running Hyrax-based application in local VM](https://github.co
32
32
During development, running only the dependent services in a container environment may be beneficial. This avoids potential headaches concerning file permissions and eases the use of debugging tools. The application generation instructions below use [Lando](https://lando.dev) to achieve this setup.
33
33
34
34
This document contains instructions specific to setting up an app with __Hyrax
35
-
v5.0.0__. If you are looking for instructions on installing a different
35
+
v5.0.1__. If you are looking for instructions on installing a different
36
36
version, be sure to select the appropriate branch or tag from the drop-down
37
37
menu above.
38
38
@@ -130,7 +130,7 @@ Rails requires that you have a JavaScript runtime installed (e.g. nodejs or ruby
130
130
Create a new Hyrax-based application by following these steps in order.
131
131
132
132
**NOTE:** Starting with Hyrax v5, the generated application will use [Valkyrie](https://github.com/samvera/valkyrie) for repository persistence.
133
-
Use of [ActiveFedora](https://github.com/samvera/active_fedora) (instead of Valkyrie) is deprecated, but it should still be possible to reconfigure the generated application to use it.
133
+
Use of [ActiveFedora](https://github.com/samvera/active_fedora) (instead of Valkyrie) is deprecated, but it should still be possible to reconfigure the generated application to use it.
134
134
135
135
### Development Prerequisites
136
136
@@ -145,10 +145,10 @@ These instructions assume the use of [Lando](https://lando.dev) and [Docker](htt
145
145
146
146
Generate a new Rails application using the template.
147
147
148
-
**NOTE:**`HYRAX_SKIP_WINGS` is needed here to avoid loading the Wings compatibility layer during the application generation process.
148
+
**NOTE:**`HYRAX_SKIP_WINGS` is needed here to avoid loading the Wings compatibility layer during the application generation process.
149
149
150
150
```shell
151
-
HYRAX_SKIP_WINGS=true rails _6.1.7.7_ new my_app --database=postgresql -m https://raw.githubusercontent.com/samvera/hyrax/hyrax-v5.0.0/template.rb
151
+
HYRAX_SKIP_WINGS=true rails _6.1.7.7_ new my_app --database=postgresql -m https://raw.githubusercontent.com/samvera/hyrax/hyrax-v5.0.1/template.rb
152
152
```
153
153
154
154
Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:
0 commit comments