From 118ce6228f83ab3db43592c56f1bc77b281cd936 Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 5 Mar 2020 10:12:20 +0000 Subject: [PATCH] docs: Add initial README content --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ce8122 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# BRECcIA-Mapper (provisional name) + +BRECcIA-Mapper is a web app to collect and explore data about the relationships between researchers and their stakeholders on large-scale, multi-site research projects. + +TODO motivations, usage, license + +## Technology + +This project is written in Python using the popular [Django](https://www.djangoproject.com/) framework. + +An [Ansible](https://www.ansible.com/) playbook is provided which is designed for deployment on RHEL7 or CentOS7 Linux systems. This installs and configures: +- MySQL +- Nginx +- Django + BRECcIA-Mapper + +TODO deployment instructions \ No newline at end of file