Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 504 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 504 Bytes

Simple Vagrant

A simple Vagrant instance.

To run:

  • Git clone the project,
  • edit bootstrap.sh to suit your project,
  • put your project source code to "/projects" folder,
  • go into the "../vagrant" folder,
  • edit Vagrantfile to meet your research hardware requirement,
  • run "vagrant up"
  • wait until the box has finished provisioning
  • ENJOY Script C (read:Skripsi xD)

To run multiple machine:

  • Go into the "/vagrant-nmachine",
  • to connect to machine run "vagrant ssh 'your-machine-name'"