Skip to content

Instantly share code, notes, and snippets.

@canximan
Created October 28, 2019 09:43
Show Gist options
  • Save canximan/5db5c88e66918c2ff9d48879cebd28f1 to your computer and use it in GitHub Desktop.
Save canximan/5db5c88e66918c2ff9d48879cebd28f1 to your computer and use it in GitHub Desktop.
sudo service docker stop
rm -rf ~/popcorn-health
git clone https://gitlab.com/popcorn-vn/popcorn-health.git
cd ~/popcorn-health
git submodule update --init --recursive
cd ~/popcorn-health/src/models
git checkout master && git pull
cd ~/popcorn-health
mkdir storage
npm i
npm i -g pm2
npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment