Configurations of all the servers and applications hosted under pydelhi.org.
Clone this repository to your local machine:
git clone --recursive [email protected]:pydelhi/pydelhi-infra.git
cd pydelhi-infra
Make sure you have vagrant and virtualbox installed, then run:
sudo pip install ansible
sudo ansible-galaxy install -r requirements.yml
vagrant up
You can login to the virtal machine with vagrant ssh
. If you want to run any changes you have done in the ansible scripts, use vargant provision
to run them against the virtual machine.
Use vagrant destroy
to kill the virtual machine.
- Search through existing open/closed github issues.
- Open new github issue or send a pull-request,
- If that dosn't help, feel free to ask anything at #pydelhi @ freenode.net
See: CHANGELOG.md
To all the contributors.