This repository contains information about how to run the entire ImagineThis system.
- Clone this repository and move inside:
git clone [email protected]:ImagineThisUCL/ImagineThisSystem.git
cd ImagineThisSystem
- Clone 4 repositories into the current directory: ImagineThis Frontend, ImagineThis Backend, ImagineThis Database and ImagineThis Expo. Run:
git clone [email protected]:ImagineThisUCL/ImagineThisWeb.git
git clone [email protected]:ImagineThisUCL/ImagineThisServer.git
git clone [email protected]:ImagineThisUCL/ImagineThisDatabase.git
git clone [email protected]:ImagineThisUCL/ImagineThisExpo.git
-
Setup
docker-compose.yml
configuration file with proper environment variables. -
Build images with
docker-compose build
-
Run the whole system with
docker-compose up -d imaginethis-frontend