Infrastructure automation for Justice hub infrastructure
This repository contains our Infrastructure automation setup and related documentation.
For step by step processes on each, please check out our wiki
- Ansible-cli
- Docker
- pyhton 3.8 (Use vitrualenv if required)
- Clone the repository
git clone https://github.com/justicehub-in/JH-Infra.git
cd jh-infra
- Install the requirements
pip install -r requirements.txt
- Setup the JusticeHub platform
ansible-playbook development.yml
- Run the application
docker exec -it ckan /usr/lib/ckan/ckan-env/bin/paster --plugin=ckan serve /etc/ckan/default/development.ini
- Open browser and navigate to localhost:5000
If you want to contribute to JusticeHub Infra, be sure to review the contribution guidelines. This project adheres to JusticeHub's code of conduct. By participating, you are expected to uphold this code.
We use GitHub issues for tracking requests and bugs.
To contact the team behind JusticeHub, please write to [email protected]