Skip to content

Instantly share code, notes, and snippets.

@joxxoxo
Created October 15, 2012 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joxxoxo/3891830 to your computer and use it in GitHub Desktop.
Save joxxoxo/3891830 to your computer and use it in GitHub Desktop.
Procfile (faye, sunspot, neo4j, resque)
namespace :neo4j do
task :console do
%x[neo4j/bin/neo4j console]
end
end
faye: rackup private_pub.ru -s thin -E development
search: bundle exec rake sunspot:solr:run
search_test: bundle exec rake sunspot:solr:run RAILS_ENV=test
neo4j: bundle exec rake neo4j:console
rescue: bundle exec rake resque:work QUEUE='import_queue'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment