Update home authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
...@@ -40,11 +40,6 @@ Install Gryphon and the Trace Generator by running the MP installer. Download t ...@@ -40,11 +40,6 @@ Install Gryphon and the Trace Generator by running the MP installer. Download t
### Special provisions ### Special provisions
#### Centos 7 #### Centos 7
If you happen to be running Centos 7 in a virtual environment and the network does not connect, add this to `/etc/sysconfig/network-scrpts/ifcfg-enp0s3` and then reboot:
DNS1=8.8.8.8
DNS2=8.8.4.4
ONBOOT=yes
1. Download and run the MP installer for Centos 7 as described above. 1. Download and run the MP installer for Centos 7 as described above.
...@@ -60,6 +55,12 @@ If you happen to be running Centos 7 in a virtual environment and the network do ...@@ -60,6 +55,12 @@ If you happen to be running Centos 7 in a virtual environment and the network do
./mp.py ./mp.py
``` ```
Note: If you are running Centos 7 virtually from a .vdi image downloaded from virtualbox.org then configure it to reach the the network through your host OS by adding this text to the bottom of your virtual OS file `/etc/sysconfig/network-scrpts/ifcfg-enp0s3` and then rebooting your virtual OS:
DNS1=8.8.8.8
DNS2=8.8.4.4
ONBOOT=yes
# Running Gryphon # Running Gryphon
To run the Gryphon GUI open a command window and type: To run the Gryphon GUI open a command window and type:
... ...
......