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
127
162
```
128
163
129
-
5. Configure trusted hosts in web/sites/default/settings.php.
164
+
7. Configure trusted hosts in web/sites/default/settings.local.php.
130
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)
131
166
in the official Drupal installation guide.
132
167
```php
133
-
// web/sites/default/settings.php
168
+
// web/sites/default/settings.local.php
134
169
135
170
$settings['trusted_host_patterns'] = [''];
136
171
```
137
-
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
138
184
* Select the os2forms install profile for a default os2forms installation
139
185
140
-
7. Enable OS2Forms modules
186
+
9. Enable OS2Forms modules
141
187
```sh
142
188
./vendor/bin/drush en os2forms, os2forms_nemid, os2forms_dawa, os2forms_sbsys
0 commit comments