regluit/vagrant
Raymond Yee 5d3c749a6a let's try creating settings/please.py with ansible 2016-11-29 16:24:31 -08:00
..
host_vars found a way to loop over SECRET_KEYS in constructing the wsgi file -- need to parameterize the settings file. 2016-11-18 09:37:19 -08: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
templates let's try creating settings/please.py with ansible 2016-11-29 16:24:31 -08:00
README.md First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
Vagrantfile let's try creating settings/please.py with ansible 2016-11-29 16:24:31 -08: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 let's try creating settings/please.py with ansible 2016-11-29 16:24:31 -08: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