Created
October 15, 2012 10:17
-
-
Save joxxoxo/3891830 to your computer and use it in GitHub Desktop.
Procfile (faye, sunspot, neo4j, resque)
This file contains 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
namespace :neo4j do | |
task :console do | |
%x[neo4j/bin/neo4j console] | |
end | |
end |
This file contains 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
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