Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.03 KB

vagrant.md

File metadata and controls

22 lines (18 loc) · 1.03 KB

IncludeOS Logo

Getting started with IncludeOS development on Vagrant

To get started with IncludeOS development on a Vagrant, you should install Vagrant and virtualbox (or VMware) as instructed.

After that clone the IncludeOS repo. This will be the basis for bringing up the Vagrant box.

Cloning the IncludeOS repository:
    $ git clone https://github.com/includeos/IncludeOS
    $ cd IncludeOS/etc
Now you can create the Vagrant box with IncludeOS and login to the Vagrant box:
	$ vagrant up
	$ vagrant ssh

Test the vagrant box installation by creating your first IncludeOS service. Inside Vagrant IncludeOS has been built with profile 'clang-6.0-linux-x86_64', use this profile to create the Hello World service. See README.