avatarone / vagrant

Virtual machine configurations for ready-made experiment machines
Apache License 2.0
1 stars 0 forks source link

Vagrant machines for Avatar / S2E

This git repository contains Vagrant machines to quickly setup Avatar and S2E environments.

Contents

There are currenlty two supported systems:

Quickstart

CD to the folder of your choice (avatar or news2e) and start the virtual machine with vagrant up --provider=virtualbox, connect to it via vagrant ssh -- -A (-A is for agent forwarding, so that you can directly commit to Github using your SSH key).

Notes

For news2e configutation you can run the tests via cd projects/news2e/tests; make check.

If you want to commit to Github, make sure to replace the repository URL of the project with git remote set-url origin git@github.com:eurecom-s3/project where project is the project you want to commit to (Use git remote -v to see the current remote).