rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

Start Up CASino #125

Closed lensprime closed 9 years ago

lensprime commented 9 years ago

Hi there, I'm new to CASino and also in Ruby. Before this, I search how to start CASino server after touch tmp/restart.txt but nothing happened. Then I figured out to start using command sudo bundle exec rails s and it listen to 3000. Where this setting written? But now, I need to start it using SSL (https). Where can I refer to setup that? And what is the recommended startup method for production CASino. Thanks

lensprime commented 9 years ago

Ok. Done using apache passenger in ubuntu.