Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ably/tutorials
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5fae5a76772dcaa7919c0a57eb2dee936dbcc303
Choose a base ref
..
head repository: ably/tutorials
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 45116ec075ff118c16c84e708e02b043c861686e
Choose a head ref
Showing with 7 additions and 7 deletions.
  1. +3 −3 README.md
  2. +4 −4 public/post-install.html
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@ Once the app has been deployed to Heroku using the button above, there a few qui
* [Sign up for a free Developer AppId with Wolfram Alpha](http://developer.wolframalpha.com/)
* Configure an environment variable with the Wolfram AppId (replace `[your wolfram app id]` with the AppId from the previous step): `heroku config:set WOLFRAM_APP_ID=[your wolfram app id] --app [heroku app name you assigned for this demo]`
* Log in to your Ably dashboard `heroku addons:open ably --app [heroku app name you assigned for this demo]`
* Set up a queue (in the Queues tab) with the name `default` in the `US East (Virgina)` area.
* Set up a queue (in the Queues tab) with the name `wolfram` in the `US East (Virgina)` area.
* Set up a queue rule (button to add rules is further down the page within the Queues tab) with the following:
* Queue - choose the `default` queue you just set up
* Queue - choose the `wolfram` queue you just set up
* Source - choose "Message"
* Channel Filter - enter `"^wolfram:questions"` to ensure that all questions published to the `wolfram:questions` channel are republished into the `default` queue
* Channel Filter - enter `"^wolfram:questions"` to ensure that all questions published to the `wolfram:questions` channel are republished into the `wolfram` queue

You are now ready to run the demo: `heroku open --app [heroku app name you assigned for this demo]`

8 changes: 4 additions & 4 deletions public/post-install.html
Original file line number Diff line number Diff line change
@@ -13,21 +13,21 @@ <h1>Finalizing the setup of this demo</h1>
<li><a href="http://developer.wolframalpha.com/">Sign up for a free Developer AppId with Wolfram Alpha</a></li>
<li>Configure an environment variable with the Wolfram AppId (replace <code>[your wolfram app id]</code> with the AppId from the previous step): <code>heroku config:set WOLFRAM_APP_ID=[your wolfram app id] --app <span class="appid">[heroku app name you assigned for this demo]</span></code></li>
<li>Log in to your <a href="https://support.ably.io/support/solutions/articles/3000052373-how-do-i-access-my-app-dashboard-if-i-am-a-heroku-add-on-user-">Ably dashboard</a>: <code>heroku addons:open ably --app <span class="appid">[heroku app name you assigned for this demo]</span></code></li>
<li>Set up a queue (in the Queues tab) with the name <code>default</code> in the <code>US East (Virgina)</code> area.</li>
<li>Set up a queue (in the Queues tab) with the name <code>wolfram</code> in the <code>US East (Virgina)</code> area.</li>
<li>Set up a queue rule (button to add rules is further down the page within the Queues tab) with the following:

<ul>
<li>Queue - choose the <code>default</code> queue you just set up</li>
<li>Queue - choose the <code>wolfram</code> queue you just set up</li>
<li>Source - choose "Message"</li>
<li>Channel Filter - enter <code>"^wolfram:questions"</code> to ensure that all questions published to the <code>wolfram:questions</code> channel are published into the <code>default</code> queue</li>
<li>Channel Filter - enter <code>"^wolfram:questions"</code> to ensure that all questions published to the <code>wolfram:questions</code> channel are published into the <code>wolfram</code> queue</li>
</ul>
</li>
</ul>

<p>All done!</p>

<p>
<b><a href="/">View the Reactor Queue and Wolphram Alpha Demo &raquo;</a></b>
<b><a href="/">View the Reactor Queue and Wolfram Alpha Demo &raquo;</a></b>
</p>
</body>