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

Latest commit

 

History

History
28 lines (17 loc) · 633 Bytes

DEVELOPMENT.md

File metadata and controls

28 lines (17 loc) · 633 Bytes

Weinretter Development Environment

Start VM

vagrant up

Deploy code changes to VM

vagrant provision

This rebuilds the containers inside VM and starts the frontend container on port 443 HTTPS of VM IP address using a snakeoil certificate.

When Vagrant uses rsync for shared folder you need to run vagrant rsync (before vagrant provision) to sync your work to the VM.

Use vagrant ssh-config to show the IP address of VM or vagrant ssh to connect via SSH.

Use libvirt instead of VirtualBox

cp dev/config.yml dev/config.local.yml

change provider to libvirt in dev/config.local.yml