Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
update to new domains
authored
Apr 08, 2022
by
Tom Wiesing
Show whitespace changes
Inline
Side-by-side
Drupal-Debug-Hints.md
View page @
4d3b4c79
...
...
@@ -48,7 +48,7 @@ drush eval "\$edum = \\Drupal::entityDefinitionUpdateManager(); \$fs = \\Drupal:
To portforward all services you can use the following ssh command:
```
ssh -L 3306:sql:3306 -L 7200:triplestore:7200 -L 8080:phpmyadmin:80 -p 2222 slug@wisski.
agfd
.fau.de
ssh -L 3306:sql:3306 -L 7200:triplestore:7200 -L 8080:phpmyadmin:80 -p 2222 slug@wisski.
data
.fau.de
```
This forwards:
...
...