Last active
December 14, 2017 16:41
-
-
Save mnhlt/3c53f3fe0e1ebd6feb67b1e999111cf9 to your computer and use it in GitHub Desktop.
Batch to install
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 | |
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 .. | |
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
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