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
$settings['hash_salt'] = ''; // Insert the generated salt string here
141
162
```
142
163
143
-
5. Configure trusted hosts in web/sites/default/settings.php.
164
+
7. Configure trusted hosts in web/sites/default/settings.local.php.
144
165
For more information on how to write this, see the section for [Trusted Host settings](https://www.drupal.org/docs/installing-drupal/trusted-host-settings)
145
166
in the official Drupal installation guide.
146
167
```php
147
-
// web/sites/default/settings.php
168
+
// web/sites/default/settings.local.php
148
169
149
170
$settings['trusted_host_patterns'] = [''];
150
171
```
151
-
6. Visit the url for the os2forms application and follow the instructions
172
+
8. Install Drupal
173
+
174
+
Using drush command:
175
+
```
176
+
# To install default OS2Forms
177
+
drush si os2forms8 --account-pass=account_password --site-name="OS2Forms"
178
+
179
+
# To install OS2Forms 2
180
+
drush si os2forms_forloeb_profile --account-pass=account_password --site-name="OS2Forms med forløb"
181
+
```
182
+
183
+
Or visit the url for the os2forms application and follow the instructions
152
184
* Select the os2forms install profile for a default os2forms installation
153
185
154
-
7. Enable OS2Forms modules
186
+
9. Enable OS2Forms modules
155
187
```sh
156
188
./vendor/bin/drush en os2forms, os2forms_nemid, os2forms_dawa, os2forms_sbsys
0 commit comments