Skip to content
Minjie Zha edited this page Jul 1, 2014 · 2 revisions

Following things needed to be checked after a server startup or reboot:

  • MySQL server is up.
  • Sphinx searchd daemon is up. $ searchd -c config/sphinx_prod.conf
  • Unicorn daemon is up. $ unicorn -c config/unicorn.rb -E production -D
  • Nginx is up.
  • The crontab entries are added.
Clone this wiki locally