To make Field Papers easier to install and test, you can use Vagrant.
For development on OSX, you need to install:
- Vagrant
- VirtualBox
- ansible (
brew install ansible
)
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.
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"