Related to #2020 - add note to script/server header telling people to use foreman instead for development

This commit is contained in:
Sarah Mei 2012-01-12 06:29:29 -08:00
parent f937804bb8
commit dcba59043d

View file

@ -3,7 +3,9 @@
# licensed under the Affero General Public License version 3 or later. See # licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file. # the COPYRIGHT file.
# #
# Start diaspora main services # This script is meant for running a small server in production. It starts the Diaspora
# server, redis, and resque. To run a server locally for development, use foreman instead:
# foreman start
# #
# ensure right directory # ensure right directory