- Git
- Docker
- Docker-Compose
Note that Docker and Docker-Compose is bundled with Docker for Mac
- clone repository:
git clone git@github.com:starting-spark/porter.git --recursive
- run bootstrap.sh:
./bootstrap.sh
- start services:
docker-compose up
- open browser and visit
http://localhost:4200
- docker-compose run app scripts/build.sh
- docker-compose -f docker-compose.yml -f docker/docker-compose.production.yml
run app scripts/deploy.sh