regluit/vagrant
Raymond Yee c8af2e4194 add libjpg dependency 2015-08-25 21:05:11 -04:00
..
host_vars First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
library First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
roles add libjpg dependency 2015-08-25 21:05:11 -04:00
README.md First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
Vagrantfile wire localvm into Vagrantfile 2015-07-06 16:44:55 -07:00
a-cmd.sh First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
a-play-aws.sh First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
a-play.sh First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
ansible.cfg First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
hello.yml also first pass at a Python script for running ansible playbooks based on vagrant ssh-config 2015-05-16 13:30:09 -07:00
hello2.yml work in progress on parameterizing config_name 2015-07-03 11:06:55 -07:00
just.yml add libjpg dependency 2015-08-25 21:05:11 -04:00
load_data_please.sh First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
localvm.yml work in progress on parameterizing config_name 2015-07-03 11:06:55 -07:00
please.yml add libjpg dependency 2015-08-25 21:05:11 -04:00
run_playbook.py added command to fix up jenkins known_hosts 2015-05-18 16:39:14 -07:00
setup_django_just.sh next iteration on getting just running 2015-05-16 13:30:09 -07:00
setup_django_localvm.sh fix security group setting for please 2015-07-03 11:06:54 -07:00
unglueit.yml add libjpg dependency 2015-08-25 21:05:11 -04:00

README.md

So far, the vagrant/ansible setup is meant to build please.unglue.it on AWS.

For this script to work, you need to have AWS_ACCESS_KEY and AWS_SECRET_KEY environment variables set. Run:

vagrant up --provider=aws

followed by

a-play-aws.sh unglueit.yml

I might not have removed all the dependencies on my own laptop yet for this setup.

Need to fill out host_vars/unglueit.template and copy it to hosts_vars/unglueit