aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0caaed8..6302a40 100644
--- a/README.md
+++ b/README.md
@@ -60,14 +60,14 @@ Collects favs and retweets in real time by UserStreams.
* Start your aclog
$ # Start Puma (Web server)
- $ ./start_webserver.sh start
- $ # Start Background server
- $ ./start_receiver.sh start
+ $ rake web:start
+ $ # Start Background worker
+ $ rake collector:start
-### Aclog (Collector Clusters)
+### Aclog (Collector worker nodes)
* Chdir
- $ cd /var/webapps/collector
+ $ cd /var/webapps/worker_nodes
* Configure it