Virtual machines for EGA.
To use your local EGA service, following the steps below.
-
Install VirtualBox;
- Current version is 5.1.12.
- Optionally, install the extension pack.
-
Download
egavm.ova
and import it into VirtualBox; -
Start virtual machine;
-
Open your browser and visit
http://localhost:30080
. Or inside VM GUI, open browser and visithttp://localhost:3000
.
-
Same as step 1 in previous section;
-
Install Vagrant;
- Current version is 1.9.1
-
Get configuration file
Vagrantfile
and putting it in a clean directory; -
Download
egavm.box
and put it in the same directory of the configuration file; -
cd
into the previous directory and runvagrant box add egavm egavm.box
. -
Start virtual machine,
vagrant up
. -
Same as step 4 in previous section;
-
packer/
: Scirpts for building an Ubuntu base box. -
prepare/
: Scirpts for using vagrant to build VMs. -
vm/
: .box and .ova.Vagrantfile
: configuration files for users.
Normal users should not build EGA VMs themselves. If you insist to DIY, check README.md
and other
scripts in packer/
and prepare/
.
Be cautious, all settings for building are optimised for China.