speed up and fix redis-server
This commit is contained in:
Родитель
25d8572ca2
Коммит
4078b33a98
|
@ -6,3 +6,4 @@ selenium-*
|
|||
|
||||
node_modules
|
||||
pm2
|
||||
dump.rdb
|
||||
|
|
|
@ -2,18 +2,20 @@
|
|||
|
||||
# Clone all the projects
|
||||
|
||||
git clone https://github.com/mozilla/fxa-content-server.git
|
||||
git clone https://github.com/mozilla/fxa-auth-server.git
|
||||
git clone https://github.com/vladikoff/browserid-verifier.git -b http
|
||||
git clone https://github.com/mozilla/fxa-content-server.git &
|
||||
git clone https://github.com/mozilla/fxa-auth-server.git &
|
||||
git clone https://github.com/vladikoff/browserid-verifier.git -b http &
|
||||
|
||||
git clone https://github.com/mozilla/fxa-oauth-server.git
|
||||
git clone https://github.com/mozilla/fxa-oauth-console.git
|
||||
git clone https://github.com/mozilla/fxa-oauth-server.git &
|
||||
git clone https://github.com/mozilla/fxa-oauth-console.git &
|
||||
|
||||
git clone https://github.com/mozilla/fxa-profile-server.git
|
||||
git clone https://github.com/mozilla/fxa-profile-server.git &
|
||||
|
||||
git clone https://github.com/mozilla/123done.git -b oauth
|
||||
git clone https://github.com/mozilla/123done.git -b oauth &
|
||||
|
||||
git clone https://github.com/mozilla-services/loop-server.git
|
||||
git clone https://github.com/mozilla-services/loop-server.git &
|
||||
|
||||
wait
|
||||
|
||||
# Install and Setup all the projects
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
redis-cli shutdown
|
||||
redis-server
|
|
@ -97,6 +97,12 @@
|
|||
"PORT": "5050"
|
||||
},
|
||||
"max_restarts": "1"
|
||||
},
|
||||
{
|
||||
"name": "redis-server PORT 6379",
|
||||
"script": "redis.sh",
|
||||
"cwd": "_scripts",
|
||||
"max_restarts": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче