๐Ÿ“ฆ derek-adair / nprima-stack

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/derek-adair/nprima-stack.git
HTTPS git clone https://github.com/derek-adair/nprima-stack.git
SSH git clone git@github.com:derek-adair/nprima-stack.git
CLI gh repo clone derek-adair/nprima-stack
Derek Derek DANGER will robinson... DANGER 08c6e19 9 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ ops
๐Ÿ“„ .gitmodules
๐Ÿ“„ aio-spider
๐Ÿ“„ async-pixel
๐Ÿ“„ docker-compose.yml
๐Ÿ“„ nprima-admin
๐Ÿ“„ nprima-engine
๐Ÿ“„ README.md
๐Ÿ“„ README.md

nprima-stack

Make sure docker is running and has a working ip

docker-machine kill default
docker-machine start default
eval $(docker-machine env default)

##Install

git clone --recursive https://github.com/derek-adair/nprima-stack.git
 cd nprima-stack
 docker-compose build
 docker-compose up

Update

git remote update && git pull origin master
  git submodule foreach git pull origin master