pydelhi / pydelhi-infra

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

About

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

License:MIT License


Languages

Language:Shell 100.0%