Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

wazo-platform/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant for Wazo Platform

Here's a simple Vagrantfile and script to start a Wazo Platform.

Requirements

Get started

In a terminal

vagrant plugin install vagrant-hostmanager
git clone https://github.com/wazo-platform/vagrant.git
cd vagrant
vagrant up

You'll be prompted for password about NFS share and adding the hostname and IP to your hosts file.

Head to https://wazo.vagrant

Next

Connect to the VM to mess with it

vagrant ssh

Get rid of the VM only to start anew

vagrant destroy

There are many other possibilities like taking snapshot. See vagrant --help and doc. Feel free to edit the Vagrantfile and script to your fitting.

You can avoid being prompted everytime for NFS shares and the host name, here's the official doc for NFS, and the hostmanager plugin doc.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages