mirah / dubious

A Web Framework Written in Mirah for running on AppEngine
Apache License 2.0
121 stars 13 forks source link

Added address and port arguments to rake server task. #27

Closed arunk closed 13 years ago

arunk commented 13 years ago

I have added two arguments called address and port to the server task in dubious_tasks.rb. They take the default values of '0.0.0.0' for address and '8080' for port. To pass in arguments they must be called like this - rake server['10.1.x.x', '8089'] The first argument is the address and the second one is the port.