Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 776 Bytes

install_dev_env.md

File metadata and controls

20 lines (14 loc) · 776 Bytes

Development environment for the SIPMediaGW

The Room Connector can be easily deployed thanks to the "All-in-one" Vagrant file (requires Vagrant and VirtualBox).

  1. Install Vagrant and VirtualBox.

  2. Clone the repository and navigate into the directory:

    git clone https://github.com/Renater/SIPMediaGW.git && cd SIPMediaGW
  3. Then, simply run:

    VAGRANT_VAGRANTFILE=test/Vagrantfile vagrant up
  4. Once the command above is completed, open VirtualBox and make sure the virtual machine SIPMediaGW_AllInOne is up and running: SIPMediaGW_AllInOne virtual machine

  5. To test the application, please see the Testing section.