Skip to content

Project EOS -- Dawn 3 EOS project box (playground for playing)

Notifications You must be signed in to change notification settings

davro/project-eos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

cd ~/eos/build# Project EOS -- Dawn 3 EOS project box (playground for playing)

Bring up the VM and run the provision script!

vagrant up

The provision script should install the packages required to clone and install EOS. Then trigger the EOS build process and installation of EOS on the VM. Be patient as it may take a while to compile depending on your computer.

SSH into the EOS vagrant box and run some tests

vagrant ssh cd eos

$ /home/vagrant/opt/mongodb/bin/mongod -f /home/vagrant/opt/mongodb/mongod.conf &

$ export PATH=${HOME}/opt/mongodb/bin:$PATH

$ cd /home/vagrant/eos/build; make test

Wait for tests to pass or fail : |

100% tests passed, 0 tests failed out of 33 Total Test time (real) = 778.88 sec

Install EOS

Once EOS is compiled it should only take a few seconds to install.

$ cd ~/eos/build

$ sudo make install

Playtime

Now we need to start playing around and understanding EOS

About

Project EOS -- Dawn 3 EOS project box (playground for playing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages