MediaComem / biosentiers-infra

Infrastructure for the BioSentiers project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BioSentiers Infrastructure

Infrastructure for the BioSentiers backend & frontend:

This repo will only set up the required infrastructure. To deploy the BioSentiers backend and frontend, follow the instructions in their respective repositories:

Requirements

Usage

  • Put the project's password in a .vault-password file in the repository

To test the infrastructure in a Vagrant virtual machine:

  • Run vagrant up

To run the infrastructure in production:

  • Create an Ansible inventory and save it as production.inventory

  • Apply the production playbook:

    ansible-playbook \
      --inventory production.inventory \
      --vault-password-file .vault-password \
      playbook.production.yml
    

About

Infrastructure for the BioSentiers project

License:MIT License


Languages

Language:HTML 53.1%Language:Nginx 46.9%