Skip to content

ubermajestix/spork_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spork Tasks

Run spork in the background! Provides rake tasks for an easy way to start, stop, restart spork.

Installing

# In your Gemfile:
gem 'spork_tasks', '~> 1.1.0'

# Add the following line to your Rakefile
require 'spork/tasks'

Tasks

rake spork:start
# Starts the server

rake spork:start[5678]
# Starts spork on port 5768

rake spork:stop
# Stops the server

rake spork:restart
# Restarts spork

About

Rake tasks for managing the Spork drb server.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages