README.md in i_reach-3.2.3 vs README.md in i_reach-3.2.4
- old
+ new
@@ -1,10 +1,14 @@
IReach
======
IReach integrates the gems [newsletter](https://github.com/LoneStarInternet/newsletter/) and [mail_manager](https://github.com/LoneStarInternet/mail_manager) into a useable site with administration and useful navigation with little work to get it going.
+Online Documentation:
+* [Homepage](http://ireachnews.com)
+* [i_reach github](https://github.com/LoneStarInternet/i_reach/wiki)
+
Requirements
------------
* Rails 3.2.x
* Ruby 1.9.3-x
@@ -61,11 +65,11 @@
```
* generate delayed_jobs (this is the only job runner we support right now)
```
rails g delayed_job:active_record
```
- * NOTE: you need to create an email account that will receive bounces from your mailings(and allow POP)... configure in the following file:
+ * NOTE: you need to create an email account that will receive bounces from your mailings(and allow POP)... configure in config/mail_manager.yml
* configure [newsletter](https://github.com/LoneStarInternet/newsletter)
* generate and configure the newsletter settings file at config/newsletter.yml: (replace table prefix with something... or nothing if you don't want to scope it)
```
rake newsletter:default_app_config[table_prefix]
@@ -86,5 +90,10 @@
```ruby
mount IReach::Engine => "/"
root to: 'i_reach/welcome#index'
```
+* if you mount at "/", you probably need to remove public/index.html
+ `rm public/index.html`
+
+* either create a newsletter design from scratch or you can import an example:
+ `rake newsletter:import_example_design`