Skip to content

A project to build a demo "research management system", to allow research teams to centrally store data, documents, metadata etc during the active life of their research project.

License

Notifications You must be signed in to change notification settings

stats4sd/rmsystem

Repository files navigation

RMSystem

CI

A project to build a demo "research management system", to allow research teams to centrally store data, documents, metadata etc during the active life of their research project.

Prerequisites

Before you start, you will need:

  • Supported platforms are Windows, Mac and Linux.
  • Docker installed on the platform
  • Docker-compose installed on the platform

Part 1 (Installing Docker and Docker-compose)

Docker installation steps if it does not exist, skip this part to part 2 if you have Docker and Docker-compose installed

Windows Installation

Docker

Installation guidelines for Docker: https://docs.docker.com/docker-for-windows/install/

Docker-compose

Installation guidelines for Docker-compose:

Docker Desktop for Windows and Docker Toolbox already include Compose along with other Docker apps.

Mac Installation

Docker

Installation guidelines for Docker: https://docs.docker.com/docker-for-mac/install/

Docker-compose

Installation guidelines for Docker-compose:

Docker Desktop for Mac and Docker Toolbox already include Compose along with other Docker apps.

Linux Installation

Docker

Installation guidelines for Docker: Centos Debian Fedora Ubuntu

Docker-compose

Installation guidelines for Docker-compose on Linux Systems https://docs.docker.com/compose/install/#install-compose-on-linux-systems

Part 2 (Installing the RMSystem)

Installation

  1. Clone this repository into a local folder
$ git clone https://github.com/stats4sd/rmsystem.git
$ cd rmsystem
  1. Setting up environment variables Rename .env.example to .env file in the root of your folder and insert your key/value pairs in the following format of KEY=VALUE:
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
DB_ROOT_PASSWORD=
APP_URL=
  1. Run the init.sh script that executes the initial required commands
$ sh ./init.sh
  1. Launch the application from your browser via http://ip-address/admin

About

A project to build a demo "research management system", to allow research teams to centrally store data, documents, metadata etc during the active life of their research project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published