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

Latest commit

 

History

History
39 lines (26 loc) · 922 Bytes

VAGRANT.md

File metadata and controls

39 lines (26 loc) · 922 Bytes

Using Vagrant for development

To make Field Papers easier to install and test, you can use Vagrant.

Requirements

For development on OSX, you need to install:

Setup

From the root fieldpapers directory, run vagrant up.

This will create, provision, and launch the virtual machine.

This part will take a while...

Log into the virtual machine with vagrant ssh

When it is done go to: http://192.168.33.10 where you will see your locally running version of fieldpapers. Create a user account and you are ready to go.

Logging

From the fieldpapers checkout on your host machine

Apache error log: vagrant ssh -c "tail -f /var/log/apache2/error.log"

System log file: vagrant ssh -c "tail -f /var/log/syslog"

Celery logging vagrant ssh -c "screen -r celery"