# -*- mode: ruby -*- # vi: set ft=ruby : # This is the Vagrant config file for setting up an environment for Isso development. # It requires: # # * Vagrant (http://vagrantup.com) # * A VM engine, like VirtualBox (http://virtualbox.org) # * The Vagrant-Hostmanager plugin (https://github.com/smdahlen/vagrant-hostmanager) # # With them installed, cd into this directory and do 'vagrant up'. It's possible Vagrant will # ask for your root password so it can update your /etc/hosts file. Once it's happily churning out # console output, go get a coffee :) # # The resulting VM should be accessible at http://isso-dev.local/ so you can try the demo page out. # Edit files in your checkout as usual. If you need to look at log files and stuff, 'vagrant ssh' # to get into the VM. Useful info about it: # # * Running Ubuntu 14.04 # * Isso is running on uWSGI via port 8080 # * Actual webserver is Apache2, using mod_proxy_uwsgi to talk to uWSGI # * uWSGI log file is /tmp/uwsgi.log # * Isso DB file is /tmp/isso/comments.db # * Isso log file is /tmp/isso/isso.log # # Enjoy! $bootstrap = <