akanda/docs/source/contribute.rst
Adam Gandelman faea392eb6 Rename ./doc/ -> ./docs/, update dev docs
Renames doc -> docs, should help get readthedocs integration working correctly.

Also updates the developer quickstart guide.

Change-Id: I179df0891957b56823ba72d0816a9a46e816b2ff
2015-06-05 14:26:16 -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!