737 B
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!