Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.38 KB

JH-Infra

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

System Requirements

  1. Ansible-cli
  2. Docker
  3. pyhton 3.8 (Use vitrualenv if required)

Setting up local environment

  1. Clone the repository
git clone https://github.com/justicehub-in/JH-Infra.git
cd jh-infra
  1. Install the requirements
pip install -r requirements.txt
  1. Setup the JusticeHub platform
ansible-playbook  development.yml
  1. Run the application
docker exec -it ckan /usr/lib/ckan/ckan-env/bin/paster --plugin=ckan serve /etc/ckan/default/development.ini
  1. Open browser and navigate to localhost:5000

Contribution Guidelines

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.

Contact

To contact the team behind JusticeHub, please write to [email protected]