diff --git a/docs/HOWTO_HEROKU_DEPLOY.md b/docs/HOWTO_HEROKU_DEPLOY.md index 3e48ceb31..117351f4f 100644 --- a/docs/HOWTO_HEROKU_DEPLOY.md +++ b/docs/HOWTO_HEROKU_DEPLOY.md @@ -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 @@ -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 diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 337ad23a6..8f13d118e 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -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 @@ -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 `` * 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