regluit/vagrant
Raymond Yee c77c5b1b16 fix Vagrantfile error 2016-05-10 11:23:42 -07:00
..
host_vars need host_var for just2 and prod2 also -- eventually should use group_vars but this works for now. 2016-05-07 14:50:10 -07:00
library First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
roles pick up changes from dj16ry that aren't about the shift to Django 1.6 2016-05-07 09:42:14 -07:00
README.md First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
Vagrantfile fix Vagrantfile error 2016-05-10 11:23:42 -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 working on using a-play-aws.sh to use an inventory directory that comprise both vagrant computed inventory and static jenkins file 2016-05-04 13:47:16 -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 pick up changes from dj16ry that aren't about the shift to Django 1.6 2016-05-07 09:42:14 -07:00
dev.yml update to Python 2.7.11 and apply security upgrades 2016-05-09 22:40:29 -07:00
hello.yml pick up changes from dj16ry that aren't about the shift to Django 1.6 2016-05-07 09:42:14 -07:00
hello2.yml work in progress on parameterizing config_name 2015-07-03 11:06:55 -07:00
just.yml move from logrotate to cronolog 2016-05-02 15:58:20 -07:00
load_data_please.sh need to load campaign_starter.sql (not 2) for pre-Django 1.6 2016-05-07 13:56:19 -07:00
localvm.yml work in progress on parameterizing config_name 2015-07-03 11:06:55 -07:00
please.yml pick up changes from dj16ry that aren't about the shift to Django 1.6 2016-05-07 09:42:14 -07: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