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