Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.4 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.4 KB

pydelhi-infra

Build Status

Configurations of all the servers and applications hosted under pydelhi.org.

Getting Started

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.

Further Reading

  1. https://docs.ansible.com/galaxy.html

Contributing

  • 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

Changelog

See: CHANGELOG.md

Thanks

To all the contributors.