Skip to content

frab/vagrant-frab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-frab

Project to spin up a frab conference system based with vagrant.

Vagrant provides a good environment for developing, testing or debugging frab. It can also provide you an environment to migrate your configuration to newer versions or test new functionalities from feature branches and future versions. The Vagrant box of frab requires the following:

Hint: If you want to use Microsoft based operating system, please make sure you use Git under cygwin like http://msysgit.github.io. You will have issues with different line break handling between *NIX and Windows.

By default the virtual machine uses a no-worry-NAT network interface. To give you access to the virtual machine there is some preconfigured port forwarding:

  • TCP guest 3000 to your host 3000 for the frab WebUI
  • TCP guest 22 to your host 2222 for SSH access you can also just run vagrant ssh

Usage

  1. Install VirtualBox and Vagrant on your computer
  2. Checkout this repository with git clone https://github.com/indigo423/vagrant-frab.git
  3. Change into vagrant-frab
  4. Update cookbook dependencies with git submodule init and then git submodule update --remote
  5. Run vagrant up to start the virtual machine
  6. Connect in your browser to http://localhost:3000
  7. Username is vagrant with password vagrant you can get root access with sudo -i

About

Project to spin up a frab conference system based with vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published