Skip to content

Instantly share code, notes, and snippets.

@gmas
Created December 9, 2014 19:32
Show Gist options
  • Save gmas/8b42cbc6c875a466be42 to your computer and use it in GitHub Desktop.
Save gmas/8b42cbc6c875a466be42 to your computer and use it in GitHub Desktop.
RBSS Procfile
postgres: postgres -D /usr/local/var/postgres
elasticsearch: elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml
mongodb: mongod --config /usr/local/etc/mongod.conf
redis: redis-server /usr/local/etc/redis.conf --daemonize no
memcached: /usr/local/opt/memcached/bin/memcached
rabbitmq: rabbitmq-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment