Created
December 9, 2014 19:32
-
-
Save gmas/8b42cbc6c875a466be42 to your computer and use it in GitHub Desktop.
RBSS Procfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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