Skip to content

Instantly share code, notes, and snippets.

@sauntimo
Created November 6, 2018 15:33
Show Gist options
  • Save sauntimo/767cb3d9c86143ca095128f3d7a15eb4 to your computer and use it in GitHub Desktop.
Save sauntimo/767cb3d9c86143ca095128f3d7a15eb4 to your computer and use it in GitHub Desktop.
#!/bin/sh
# update submodules
git submodule init
git submodule update
# install root node modules
cd /var/www/vhosts/seed/
npm install
# install cash or car node modules
cd /var/www/vhosts/seed/httpdocs/cashorcar
npm install
cd /var/www/vhosts/seed/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment