akanda/doc/source/contribute.rst
Adam Gandelman 09d0ae25af Add repo infra to build docs
Change-Id: I41c1f5db641bed9224739d7099a619e02119e461
2015-05-04 13:04:59 -07:00

21 lines
737 B
ReStructuredText

Contributing
============
Installing Akanda Locally for Development
-----------------------------------------
Akanda's own `continuous integration <http://ci.akanda.io>`_ is open source
`(github.com/akanda/akanda-ci) <https://github.com/akanda/akanda-ci>`_, and
includes `Ansible <http://ansibleworks.com>`_ playbooks which can be used to
spin up the Akanda platform with a `devstack
<http://docs.openstack.org/developer/devstack/>`_ installation::
$ pip install ansible
$ ansible-playbook -vv playbooks/ansible-devstack.yml -e "branch=stable/juno"
Submitting Code Upstream
------------------------
All of Akanda's code is 100% open-source and is hosted `on GitHub
<http://github.com/akanda/>`_. Pull requests are welcome!