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

737 B

Contributing

Installing Akanda Locally for Development

Akanda's own continuous integration is open source (github.com/akanda/akanda-ci), and includes Ansible playbooks which can be used to spin up the Akanda platform with a 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. Pull requests are welcome!