Confirmed users
3,727
edits
| Line 179: | Line 179: | ||
* OS | * OS | ||
** Scientific Linux release 6.4 | ** Scientific Linux release 6.4 or 6.5 | ||
* Files | * Files | ||
| Line 204: | Line 204: | ||
* Logs | * Logs | ||
** /var/log/circus.log | ** /var/log/circus.log | ||
** /var/log/hekad | ** /var/log/hekad/loop-client.stderr.log | ||
** /var/log/hekad/loop-client.stderr.log | |||
** /media/ephemeral0/nginx/logs | ** /media/ephemeral0/nginx/logs | ||
*** default.access.log | |||
*** default.error.log | |||
*** loop-client.access.log | |||
*** loop-client.error.log | |||
* Heka | * Heka | ||
| Line 213: | Line 218: | ||
* Quick Verifications | * Quick Verifications | ||
In the browser: https://call.stage.mozaws.net | In the browser: https://call.stage.mozaws.net | ||
Welcome to the Firefox Hello web client. | |||
Check the version: https://call.stage.mozaws.net/VERSION.txt | Check the version: https://call.stage.mozaws.net/VERSION.txt | ||
Check the TOS: https://call.stage.mozaws.net/legal/terms/ | |||
curl https://call.stage.mozaws.net | curl https://call.stage.mozaws.net | ||
| Line 224: | Line 232: | ||
should return something similar to this | should return something similar to this | ||
var loop = loop || {}; | var loop = loop || {}; | ||
loop.config = {serverUrl: ' | loop.config = { | ||
serverUrl: 'https://loop.stage.mozaws.net', | |||
and a bunch of other loop-client specific stuff | |||
}; | |||
== Loop Mock Server Stage Details == | == Loop Mock Server Stage Details == | ||