lib/adhearsion/generators/app/templates/README.md in adhearsion-2.0.0.rc5 vs lib/adhearsion/generators/app/templates/README.md in adhearsion-2.0.0
- old
+ new
@@ -9,11 +9,11 @@
```
[your_context_name]
exten => _.,1,AGI(agi:async)
```
-and setup a user in `manager.conf` with read/write access to `all`.
+and setup a user in `manager.conf` with read/write access to `all`, `dialplan` and `agi`.
## Voxeo PRISM
Install the [rayo-server](https://github.com/rayo/rayo-server) app into PRISM 11 and follow the [configuration guide](https://github.com/rayo/rayo-server/wiki/Single-node-and-cluster-configuration-reference).
@@ -21,17 +21,19 @@
In `config/adhearsion.rb` you'll need to set the VoIP platform you're using, along with the correct credentials. You'll find example config there, so follow the comments.
## Ready, set, go!
-Start your new app with "ahn start /path/to/your/app". You'll get a lovely console and should be presented with the SimonGame
+Start your new app with "ahn start". You'll get a lovely console and should be presented with the SimonGame when you call in.
### Running your app on heroku
In order to run an adhearsion application on Heroku, you must create the application on the 'cedar' stack (`heroku apps:create --stack cedar`) and re-scale your processes like so:
```
heroku ps:scale web=0
heroku ps:scale ahn=1
```
+
+More detail is available in the [deployment documentation](http://adhearsion.com/docs/best-practices/deployment).
Check out [the Adhearsion website](http://adhearsion.com) for more details of where to go from here.