Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 792 Bytes

installation.md

File metadata and controls

27 lines (23 loc) · 792 Bytes

Installation

Pre-requisites

  1. Docker: Download Docker for your operating system.

Steps

  1. Clone this repository and move to portal-analytics directory
    git clone https://github.com/ColoredCow/portal-analytics.git
    cd portal
  2. Make sure Docker Desktop application is running and docker version is giving a proper output.
    docker --version
  3. Create the .env file
    cp .env.example .env
  4. Update environment variables in your .env file based on your environment.
  5. Build the docker image and run the containers using just one command:
    docker-compose up -d --build
  6. Your Cube.js API and Developer Playground should be accessible at http://localhost:4000