regluit/vagrant
Raymond Yee fc4ca7dbc0 refine do_migrate for production in Vagrantfile 2016-09-08 17:52:25 -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 refine do_migrate for production in Vagrantfile 2016-09-08 17:52:25 -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 integrate vagrant changes for building please into dj18 2016-09-07 10:45:53 -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 integrate vagrant changes for building please into dj18 2016-09-07 10:45:53 -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