Moose Deployment Playbook.
- Create a python virtual environment.
$ python3 -m venv venv
$ source venv/bin/activate
- Install
ansible
$ make config
-
Create
hosts.prod
fromhosts
file and replace127.0.0.1
with the host IP. -
Create
prod.vault.yml
with these configs.
$ ansible-vault create prod.vault.yml
system_user: orangutan
system_group: orangutan
pinkman_hostname: 0.0.0.0
pinkman_port: 1025
pinkman_backend_url: https://pinkman.free.beeceptor.com
pinkman_backend_api_key: 5ab99869-f403-4481-bed6-da7c8aad7521
- Run ansible playbook
$ make run
For transparency into our release cycle and in striving to maintain backward compatibility, Orangutan is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.
See the Releases section of our GitHub project for changelogs for each release version of Orangutan. It contains summaries of the most noteworthy changes made in each release. Also see the Milestones section for the future roadmap.
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/norwik/orangutan/issues
If you discover a security vulnerability within Orangutan, please send an email to [email protected]
We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.
© 2023, Orangutan. Released under Apache License, Version 2.0.
Orangutan is authored and maintained by @Clivern.