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.
Before you start, you will need:
- Supported platforms are Windows, Mac and Linux.
- Docker installed on the platform
- Docker-compose installed on the platform
Docker installation steps if it does not exist, skip this part to part 2 if you have Docker and Docker-compose installed
Installation guidelines for Docker: https://docs.docker.com/docker-for-windows/install/
Installation guidelines for Docker-compose:
Docker Desktop for Windows and Docker Toolbox already include Compose along with other Docker apps.
Installation guidelines for Docker: https://docs.docker.com/docker-for-mac/install/
Installation guidelines for Docker-compose:
Docker Desktop for Mac and Docker Toolbox already include Compose along with other Docker apps.
Installation guidelines for Docker: Centos Debian Fedora Ubuntu
Installation guidelines for Docker-compose on Linux Systems https://docs.docker.com/compose/install/#install-compose-on-linux-systems
- Clone this repository into a local folder
$ git clone https://github.com/stats4sd/rmsystem.git
$ cd rmsystem
- 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=
- Run the init.sh script that executes the initial required commands
$ sh ./init.sh
- Launch the application from your browser via http://ip-address/admin