Closed dannylamb closed 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
a note for posterity: if you're using Danny's sed command above, you have to be in the Feature's config/install directory.
sed
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: