--- a/RUNNING
+++ b/RUNNING
@@ -1,6 +1,5 @@
# Did you run setup-common.bash?
# Did you activate sandbox-env?
-
#
@@ -9,7 +8,6 @@
# from the directory containing mongod
mongod
-
#
@@ -29,45 +27,27 @@
./rabbitmqctl stop
-
-#
-# Starting Celery
-#
-# from forge/pyforge, where celeryconfig.py lives
-
-celeryinit
-celeryd --detach
-
-
-
-#
-# Starting Lamson
-#
-# from forge/mail
-
-mkdir run logs
-lamson start
-lamson status
-lamson log
-
-#
-# Stopping Lamson
-#
-
-lamson stop -ALL run
-rm -rf run/*
-
#
# Starting SOLR
-#
+#
cd install/apache-solr-1.4.0/example
java -jar start.jar
+
+#
+# Setting up and starting the reactor process
+#
+# from pyforge, where development.ini lives
+
+cd pyforge
+paster reactor_setup development.ini
+paster reactor development.ini
+
#
# Starting the forge
#
-# from forge, where development.ini lives
+# from pyforge, where development.ini lives
paster serve development.ini