update to new domains authored by Tom Wiesing's avatar Tom Wiesing
...@@ -48,7 +48,7 @@ drush eval "\$edum = \\Drupal::entityDefinitionUpdateManager(); \$fs = \\Drupal: ...@@ -48,7 +48,7 @@ drush eval "\$edum = \\Drupal::entityDefinitionUpdateManager(); \$fs = \\Drupal:
To portforward all services you can use the following ssh command: 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: This forwards:
... ...
......