Skip to content

CRAXBox is a vagrant environment for developing and testing CRAX.

Notifications You must be signed in to change notification settings

SQLab/crax-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRAX Vagrant

This repo provides a vagrant environment for developing and testing CRAX.

Prerequisite

Vagrant

For Debian, Ubuntu

$ apt-get install vagrant

For Arch Linux

$ pacman -S vagrant

Usage

Clone this repository

$ git clone https://github.com/SQLab/crax-vagrant.git

Fire up testing environment

$ cd crax-vagrant
$ vagrant up

Access the virtual machine

$ vagrant ssh

or

$ ssh -p 2222 -l vagrant localhost

Build CRAX

vagrant@crax:~$ cd ~/CRAX/build/
vagrant@crax:~$ make -f ../CRAX/Makefile

About

CRAXBox is a vagrant environment for developing and testing CRAX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages