Skip to content

Commit

Permalink
a nice global find-and-replace for relative links (StateVoicesNationa…
Browse files Browse the repository at this point in the history
  • Loading branch information
harpojaeger authored and shakalee14 committed Jun 18, 2018
1 parent e49d439 commit 56ad367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/HOWTO_HEROKU_DEPLOY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Instructions for one click deployment to Heroku
- Create a Heroku account (if you don't have an account). For more questions on Heroku and what it does, please visit [here](https://www.heroku.com/what)
- The form you fill out in Heroku has a lot of values. These are configuration values (also known as environment variables). Each value is essentially a setting. Some are necessary for deployment and others customize the experience in your instance of Spoke. For more questions about configuration values in this application visit [our documentation on environment variables and what they do](https://github.com/MoveOnOrg/Spoke/blob/main/docs/REFERENCE-environment_variables.md). For more questions in general about configuration variables in Heroku, visit [Heroku's config variable explanation page](https://devcenter.heroku.com/articles/config-vars)
- The form you fill out in Heroku has a lot of values. These are configuration values (also known as environment variables). Each value is essentially a setting. Some are necessary for deployment and others customize the experience in your instance of Spoke. For more questions about configuration values in this application visit [our documentation on environment variables and what they do](REFERENCE-environment_variables.md). For more questions in general about configuration variables in Heroku, visit [Heroku's config variable explanation page](https://devcenter.heroku.com/articles/config-vars)
- Do not start any of the processes/dynos besides `web` (see below for non-Twilio uses)
- The default setup is a free tier for processing and the database. See below for scaling and production requirements

Expand Down Expand Up @@ -44,7 +44,7 @@


## Notes about Twilio configuration variable setup
If you need to use Twilio in development but with live keys, click [here](https://github.com/MoveOnOrg/Spoke/blob/main/docs/HOWTO_INTEGRATE_TWILIO.md) for instructions.
If you need to use Twilio in development but with live keys, click [here](HOWTO_INTEGRATE_TWILIO.md) for instructions.
When using instructions, please remember that references to NGROK urls should change to your Heroku app url.

Visit [here](https://www.twilio.com/docs/api/messaging/services-and-copilot) to configure messaging service features
Expand Down
6 changes: 3 additions & 3 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Please upgrade your instance and let us know if you encounter any issues!
* Texters can update their name, email and other information from the menu.
Admins can update texter info from the console
* A new SuperVolunteer role, which allows a non-admin to update assignments, and [some other tasks](https://github.com/MoveOnOrg/Spoke/issues/455)
* Added [MailGun support](https://github.com/MoveOnOrg/Spoke/blob/main/docs/HOWTO_HEROKU_DEPLOY.md#setting-up-mailgun)
* Added [MailGun support](HOWTO_HEROKU_DEPLOY.md#setting-up-mailgun)
* Frontend React tests!
* Added an action handler to automatically subscribe to a [Revere](https://reverehq.com/)
SMS list -- see [Revere integration instructions](https://github.com/MoveOnOrg/Spoke/blob/main/docs/HOWTO_INTEGRATE_WITH_REVERE.md)
SMS list -- see [Revere integration instructions](HOWTO_INTEGRATE_WITH_REVERE.md)
* Fixed some bugs:
- The texter menu now has a home button
- The zipcode table was too big to fit in a free Heroku database
Expand Down Expand Up @@ -85,7 +85,7 @@ highlights for this release:
* Resolves many bugs related to saving and updating a Campaign for admins
* Improves the Texter interface (better reply visibility, especially on mobile) along with sending on `<Enter>`
* Adds a [Deploy to Heroku](https://github.com/MoveOnOrg/Spoke#deploy-to-heroku) button for easier first-time deployments
* Documented [how to deploy on Amazon AWS Lambda](https://github.com/MoveOnOrg/Spoke/blob/main/docs/DEPLOYING_AWS_LAMBDA.md)
* Documented [how to deploy on Amazon AWS Lambda](DEPLOYING_AWS_LAMBDA.md)
* Migrated from a RethinkDB backend to a Knex.js backend (we recommend use with postgresql database)
* Improved Spoke's security

Expand Down

0 comments on commit 56ad367

Please sign in to comment.