|
|
|
|
|
by chilicuil
3959 days ago
|
|
The quick instructions didn't look really quick to me, so I created a vagrant setup for those who don't want to install TypeScript, Rust Nightly, and multirust in its local machines. $ git clone --depth=1 https://github.com/chilicuil/eve-vagrant && cd eve-vagrant $ vagrant up #this may take a while $ xdg-open http://localhost:8080/editor The above uses a plain precise 32 box and install eve and its dependencies in the provisioning phase, I've also created a modified box (583MB) with eve dependencies hard-coded, which could serve better those who don't have precise32.box anyway. $ git clone --depth=1 https://github.com/chilicuil/eve-vagrant && cd eve-vagrant/partial $ vagrant up #this may take a while but not as much as the above $ xdg-open http://localhost:8080/editor
``` |
|