dmorrill10 / acpc_poker_gui_client

Rails application that allows humans to play poker matches managed by the Annual Computer Poker Competition's Dealer program in a web GUI.
56 stars 37 forks source link

Convert start server scripts into `god` scripts #86

Open dmorrill10 opened 10 years ago

dmorrill10 commented 10 years ago

Not sure how much work this will take, but it could avoid improper startup and cleanup errors like moped errors ("Could not connect to any secondary or primary nodes for replica set") and leftover mongod processes ("Creating Server TCP listening socket *:6379: bind: Address already in use").

dmorrill10 commented 9 years ago

Start server scripts are no longer necessary, script/start_god and a variant of rails s is all that's needed. They could be changed to combine these two commands though (doing a god terminate first to clean up previously running background processes).