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

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!