README.md in gorgon-0.4.2 vs README.md in gorgon-0.4.3

- old
+ new

@@ -21,11 +21,11 @@ <<: *defaults database: <my-app>_remote_test_<%=ENV['TEST_ENV_NUMBER']%> min_messages: warning ``` -Where `<<: *defaults` are the default values used in _database.yml_, like for example, adapter, username, password, and host. Replace <my-app> with a name to identify this application's dbs +Where `<<: *defaults` are the default values used in _database.yml_, like for example, adapter, username, password, and host. Replace `<my-app>` with a name to identify this application's dbs Installing listener as a Daemon process (Ubuntu 9.10 or later) ---------------------------------------------------------------- 1. run `gorgon install_listener` from the directory where gorgon.json is 1. run `gorgon ping` to check if the listener is running @@ -38,10 +38,11 @@ Also note that these steps are **not** meant to work on every project, they will only give you initial settings. You will probably have to modify the following files: * gorgon.json * test/gorgon_callbacks/after\_sync.rb * test/gorgon_callbacks/before\_creating\_workers.rb +* test/gorgon_callbacks/after\_creating\_workers.rb * test/gorgon_callbacks/before\_start.rb * test/gorgon_callbacks/after\_complete.rb * ~/.gorgon/gorgon_listener.json If you modify ~/.gorgon/gorgon_listener.json, make sure you restart the listener by running `sudo restart gorgon` @@ -92,6 +93,6 @@ * Sean Kirby * Clemens Park * Victor Savkin Gorgon is funded by [Nulogy Corp](http://www.nulogy.com/). -Thank you to all the [contributors](/Fitzsimmons/Gorgon/graphs/contributors). \ No newline at end of file +Thank you to all the [contributors](/Fitzsimmons/Gorgon/graphs/contributors).