Skip to content

gfxcc/san11-platform

Repository files navigation

A web platform to share San11 related tools

Usage

Prepare VM environment (ubuntu)

Install Dependencies

  1. Follow https://docs.docker.com/engine/install/ubuntu/#installation-methods to install docker.

  2. Grant permission to current user

sudo systemctl start docker
sudo usermod -aG docker ${USER}
# apply group membership changes immediately
newgrp docker

Start services

cd san11-platform
make deploy-prod

Development

Start backend & frontend

cd san11-platform

make deploy-dev

Tests

make test

Staging

make deploy-staging

Autopush

make deploy-autopush