This project deploys a simple journal app. After deployment with vagrant up
, it will be available on http://192.168.42.2/.
vagrant up --provider vmware_desktop
The app will be available at http://192.168.42.2/.
vagrant destroy -f; vagrant up
On the VM:
- Follow log files with
sudo journalctl -u journal -f
- Restart the service with
sudo systemctl restart journal