Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
update stage links to https
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Mar 22, 2016
1 parent 88cbc35 commit f21131a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/deployment.rst
Expand Up @@ -12,8 +12,8 @@ Deploy your own (on Mozilla Deis)

#. `Register`_/login with the Mozilla Deis controller::

deis register http://deis.deis.dev.mozaws.net
deis auth:login http://deis.deis.dev.mozaws.net
deis register https://deis.deis.dev.mozaws.net
deis auth:login https://deis.deis.dev.mozaws.net

#. Add your public key::

Expand Down Expand Up @@ -76,15 +76,15 @@ your own Firefox Accounts OAuth Client for your app domain.
#. Go to `register your own Firefox Accounts OAuth Client`_:

* Client name: moz-dev-dash-username
* Redirect URI: http://dev-dashboard-username.deis.dev.mozaws.net/accounts/fxa/login/callback/
* Redirect URI: https://dev-dashboard-username.deis.dev.mozaws.net/accounts/fxa/login/callback/
* Trusted Mozilla Client: **CHECKED**

Be sure to copy the client secret - you can't see it again.

#. Go to http://dev-dashboard-username.deis.dev.mozaws.net//admin/socialaccount/socialapp/add/
#. Go to https://dev-dashboard-username.deis.dev.mozaws.net//admin/socialaccount/socialapp/add/
to :ref:`enable Firefox Accounts Auth` like a local machine; this time using your own new Firefox Accounts OAuth Client ID and Secret

#. Sign in at http://dev-dashboard.deis.dev.mozaws.net/ with a Firefox
#. Sign in at https://dev-dashboard-username.deis.dev.mozaws.net/ with a Firefox
Account.


Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -34,7 +34,7 @@ Resources
:Issues: https://github.com/mozilla-services/push-dev-dashboard/issues
:IRC: irc://irc.mozilla.org/mds
:Mailing list: https://lists.mozilla.org/listinfo/mds-public
:Servers: http://dev-dashboard.deis.dev.mozaws.net/ (stage)
:Servers: https://dev-dashboard.deis.dev.mozaws.net/ (stage)


Contents
Expand Down

0 comments on commit f21131a

Please sign in to comment.