Skip to content

Commit

Permalink
Misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Sep 24, 2015
1 parent 98bb4ea commit ebf785d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ To use your local EGA service, following the steps below.
3. Get configuration file by
+ cloning this repository and check [Directory structure](#directory-structure)
- `git clone https://github.com/wang-q/egavm.git`
+ or downloading corresponding Vagrantfile and putting it in a clean directory;
+ or downloading the corresponding [Vagrantfile](vf/Vagrantfile) and putting it in a clean directory;

4. Download `ega-vd.box` for VirtualBox and put it in the same directory of the configuration file;
4. Download `egavm.box` and put it in the same directory of the configuration file;

5. `cd` into your project directory and run
+ `vagrant box add ega-vd ega-vd.box` for VirtualBox
+ `vagrant box add egavm egavm.box` for VirtualBox

6. Start EGA service.
+ `vagrant up --provider=virtualbox # start VM`
Expand All @@ -40,13 +40,13 @@ To use your local EGA service, following the steps below.
+ [Vagrantfile](vf/Vagrantfile): VirtualBox on Linux, Mac and Windows.
+ [Vagrantfile-headless](vf/Vagrantfile-headless): VirtualBox without GUI on Linux, Mac and Windows. For experienced users only.

* Scirpts to build VMs.
+ `prepare/`

* Vagrantfiles for setting up basic VM.
+ `virtualbox/`
+ `virtualbox-headless/`

* Scirpts to build VMs.
+ `prepare/`

## Instructions for building scripts

Normal users should not build EGA VMs themselves. If you insist to DIY, check scripts in [`prepare/`](prepare/).
Expand Down

0 comments on commit ebf785d

Please sign in to comment.