hotsh / rstat.us

Simple microblogging network based on the ostatus protocol.
http://rstat.us/
Other
724 stars 215 forks source link

./script/setup_mac requires Thin and Thin in not included in the gemfile... #759

Closed ninjapanzer closed 11 years ago

ninjapanzer commented 11 years ago

.... So I added it.

Automated setup for mac requires thin but thin is not included in the development group of the gemfile.

I added thing vs 1.5.1 to the gemfile.

colindean commented 11 years ago

It may be better to change ./script/setup_mac to use puma instead of adding thin in the Gemfile.

ninjapanzer commented 11 years ago

Good point. I missed the puma in the gemfile.

ninjapanzer commented 11 years ago

Opened a new Pull Request 760 for the changes regarding Puma adjustments to the setup script