README.md in appscrolls-0.8.0 vs README.md in appscrolls-0.8.1
- old
+ new
@@ -71,17 +71,33 @@
### Engine Yard
Scroll: `eycloud`
-If you choose the `eycloud` scroll, your application will be automatically deployed to [Engine Yard Cloud][6]. Your code will also be automatically stored on a private/public GitHub repository.
+Example:
-The `eycloud` scroll magically transforms many other scrolls to work specifically for [Engine Yard Cloud][6]. For example:
+```
+scrolls new mydemoapp -s twitter_bootstrap unicorn postgresql resque github eycloud
+```
-* `postgresql` - the environment will have PostgreSQL selected instead of MySQL
-* `resque` - the environment will have Resque and Redis
+The created application above will be automatically stored in a git private/public repository on GitHub and then deployed to [Engine Yard Cloud][6].
+When deploying to [Engine Yard Cloud][6] you will need to choose:
+
+* `unicorn` or `passenger` for your app server
+* `mysql` or `postgresql` for your SQL DB
+
+When choosing from the following scrolls, your Engine Yard Cloud environment will be automatically upgraded/configured with Chef recipes.
+
+* `resque` - add utility instances called `resque` for workers [see [readme][15] for more information]
+* `redis` - add a utility called `redis` to have a dedicated redis DB; else it is run on your DB master or Solo instance
+* `delayed_job` - add utility instances called `delayed_job` or `dj` for workers [see [readme][16] for more information]
+
+Note: Resque is recommended instead of Delayed Job. Soon, Sidekiq will be recommended over both, and
+
+Please open an Issue if you want an alternate option (`puma` or `thin`; or `mongodb`)
+
### Heroku
The App Scrolls needs a Heroku Master to support Heroku for the App Scrolls.
There is some initial work in the [current scrolls][11] and the [archived/unsupported scrolls][12]
@@ -165,6 +181,8 @@
[9]:https://twitter.com/elderscrolls
[10]:https://github.com/drnic/appscrolls/blob/master/MIT_LICENSE
[11]:https://github.com/drnic/appscrolls/tree/master/scrolls
[12]:https://github.com/drnic/appscrolls/tree/master/scrolls/zzz
[13]:https://github.com/drnic/appscrolls/tree/apply_scrolls
-[14]:https://github.com/drnic/mydemoapp
\ No newline at end of file
+[14]:https://github.com/drnic/mydemoapp
+[15]:https://github.com/engineyard/eycloud-recipe-resque#readme
+[16]:https://github.com/engineyard/eycloud-recipe-delayed_job#readme