This commit is contained in:
Vlad Filippov 2014-11-12 14:55:44 -05:00
Родитель 25d8572ca2
Коммит 4078b33a98
4 изменённых файлов: 20 добавлений и 9 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -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

2
_scripts/redis.sh Executable file
Просмотреть файл

@ -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"
}
]
}
}