Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.05 KB

File metadata and controls

24 lines (18 loc) · 1.05 KB

ImagineThis System

This repository contains information about how to run the entire ImagineThis system.

Deployment

  1. Clone this repository and move inside:
git clone git@github.com:ImagineThisUCL/ImagineThisSystem.git
cd ImagineThisSystem
  1. Clone 4 repositories into the current directory: ImagineThis Frontend, ImagineThis Backend, ImagineThis Database and ImagineThis Expo. Run:
git clone git@github.com:ImagineThisUCL/ImagineThisWeb.git
git clone git@github.com:ImagineThisUCL/ImagineThisServer.git
git clone git@github.com:ImagineThisUCL/ImagineThisDatabase.git
git clone git@github.com:ImagineThisUCL/ImagineThisExpo.git
  1. Setup docker-compose.yml configuration file with proper environment variables.

  2. Build images with docker-compose build

  3. Run the whole system with docker-compose up -d imaginethis-frontend