Skip to content

Instantly share code, notes, and snippets.

@mnhlt
Last active December 14, 2017 16:41
Show Gist options
  • Save mnhlt/3c53f3fe0e1ebd6feb67b1e999111cf9 to your computer and use it in GitHub Desktop.
Save mnhlt/3c53f3fe0e1ebd6feb67b1e999111cf9 to your computer and use it in GitHub Desktop.
Batch to install
#!/bin/sh
mkdir x-one && cd x-one
git clone ssh://[email protected]:30022/gu/MIA-server.git server
cd server
git clone ssh://[email protected]:30022/gu/GUone-compile.git compile
cd ..
git clone ssh://[email protected]:30022/gu/FO-Client.git
git clone ssh://[email protected]:30022/gu/MIA-Client.git client
cd ..
mkdir amz && cd amz
git clone ssh://[email protected]:30022/eyeteam/amazon/portal.git
git clone ssh://[email protected]:30022/eyeteam/amazon/server.git
cd ..
mkdir mogo && cd mogo
git clone ssh://[email protected]:30022/grabtour/mobile-v2.git mobile
git clone ssh://[email protected]:30022/grabtour/server-ts.git server
git clone ssh://[email protected]:30022/grabtour/CMS.git cms
cd ..
mkdir skeleton && cd skeleton
git clone ssh://[email protected]:30022/eyeteam/express-ts-postgres.git
git clone ssh://[email protected]:30022/eyeteam/eye-angular-portal.git
cd ..
mkdir membership && cd membership
git clone ssh://[email protected]:30022/eyeteam/membership/membership-server.git server
git clone ssh://[email protected]:30022/eyeteam/membership/cms.git portal
cd ..
sudo npm install gulp yarn @angular/cli nodemon -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment