Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
chore(docs): remove misleading references to awsbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgm committed Dec 22, 2015
1 parent c665cc9 commit b77c58c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
28 changes: 1 addition & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,34 +63,8 @@ https://github.com/mozilla/fxa-js-client

## Dev Deployment

There is a development server running the moz-svc-dev AWS environment, at the following address:
Refer to https://github.com/mozilla/fxa-dev.git.

https://api-accounts.dev.lcip.org/

It is managed using [awsbox](http://awsbox.org/). You can force-push a particular version of the code by doing:

$> git remote add api-dev-lcip-org app@api-accounts.dev.lcip.org:git
$> git push api-dev-lcip-org HEAD:master


The dev deployment is configured to send emails via Amazon SES. If you need to re-create, or want to stand up a similar server, you will need to:

1. Obtain the SES SMTP credentials; ping @rfk or @zaach for details.
2. Deploy the new machine using awsbox.
3. Configure postfix to use the SES credentials:
1. Edit /etc/postfix/sasl_passwd to insert the SES credentials.
2. Run `/usr/sbin/postmap /etc/postfix/sasl_passwd` to compile them.
3. Edit /etc/postfix/main.cf to change 'relayhost' to the SES SMTP host
(typically "email-smtp.us-east-1.amazonaws.com:587").
4. Run `service postfix restart` to restart postfix.


There is also a "bleeding edge" development server that is configured to
auto-update itself from the latest github master. It may be useful for testing
out new protocol changes, but should be considered unstable for general
development use:

https://api-accounts-latest.dev.lcip.org/

## Configuration

Expand Down
1 change: 0 additions & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ var conf = convict({
},
publicUrl: {
format: 'url',
// the real url is set by awsbox
default: 'http://127.0.0.1:9000',
env: 'PUBLIC_URL'
},
Expand Down

0 comments on commit b77c58c

Please sign in to comment.