Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 512 Bytes

vagrant

Requirements

  • VirtualBox

  • vagrant

  • Virtualization enabled in the BIOS settings

On your first visit

  • look at all files and whether you want something to be changed
  • vagrant up

To launch the machine and connect with it

  • (vagrant up)
  • vagrant ssh
  • cd /code/meet_here/backend
  • crossbar start

Now the server is running and you can use the browser of your host system to connect with it at localhost with the specified port. Files can be edited both at the host and at the guest system.