Created
November 6, 2018 15:33
-
-
Save sauntimo/767cb3d9c86143ca095128f3d7a15eb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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