Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 509 Bytes

File metadata and controls

24 lines (23 loc) · 509 Bytes

Standalone installation

This is a a guide to install just the frontend application

Docker Machine (optional)

Create a Docker machine for the project

$ docker-machine create packt-order-management

Start the machine

$ docker-machine start packt-order-management
$ docker-machine start packt-order-management

Update the shell

$ docker-machine env packt-order-management
$ eval $(docker-machine env packt-order-management)

Run the containers

$ docker-compose up -d