시스템운영

redmine thin 실행

호이잇! 2017. 9. 27. 17:07

gem install thin

# gem에 thin을 설치


vi Gemfile

# 아래내용 추가 필요

gem "thin"


bundle install --path vendor/bundle

# thin 설치


nohup script/rails server thin -e production &

# thin 으로 서버 실행