프로그래머호이잇

redmine thin 실행 본문

시스템운영

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 으로 서버 실행

'시스템운영' 카테고리의 다른 글

아파치 http -> https 리다이렉트 방법  (0) 2017.09.28
redmine context 추가 방법  (1) 2017.09.27
아파치 설치 방법  (0) 2017.09.27
Bitbucket mysql 연동 방법  (0) 2017.09.26
centos jdk(java) yum 설치 방법  (0) 2017.09.18