Islandora-Devops / migrate_7x_claw

Drupal 8 Migrate Plus migration to work direct from an Islandora 7.x Solr/Fedora server.
MIT License
11 stars 28 forks source link

Reverting to 10.0.2.2 #12

Closed dannylamb closed 5 years ago

dannylamb commented 5 years ago

Part of https://github.com/Islandora-CLAW/CLAW/issues/905 discovered by @rosiel.

I forgot to put the ip back to 10.0.2.2 instead of @mjordan's test server.

FWIW, to do this yourself with your own non-localhost server, issue this command from within the feature directory:

$ sed -i 's/10\.0\.2\.2/X\.X\.X\.X/' *.yml
rosiel commented 5 years ago

a note for posterity: if you're using Danny's sed command above, you have to be in the Feature's config/install directory.