Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 315 Bytes

INSTRUCTION.md

File metadata and controls

18 lines (9 loc) · 315 Bytes

How To Start the quill Service

# in a new local directory

docker pull mongo

docker run -p 27017:27017 -v <LocalDirectoryPath>:/data/db --name db -d mongo

# go to repository
docker build --tag=hackquill:1.0 .
docker run -it -p 3000:3000 --name testver --link db:db hackquill:1.0 gulp server