LoginSignup
3
2

More than 5 years have passed since last update.

島根県CMS michekerの設定

Posted at

島根県CMS michekerの設定

参考
http://blog.scimpr.com/2014/03/16/jruby-on-rails%E3%82%A2%E3%83%97%E3%83%AA%E3%82%92war%E5%8C%96%E3%81%97%E3%81%A6tomcat7%E3%81%A7%E5%8B%95%E3%81%8B%E3%81%97%E3%81%A6%E3%81%BF%E3%81%9F%E3%80%9Cwarbler/

島根県CMSのインストール

環境設定:http://qiita.com/yoshiokaCB/items/29f04afd2f945fb1f035
デプロイ:http://qiita.com/yoshiokaCB/items/864bb10f9558e3308c63

環境準備

apt-get install tomcat7
cd app-root
bundle install

動作を確認

localhost:8080でアクセスしてみる。

bundle exec rails s -e production -p 8080

javaにコンパイル

warble

tomcatのルートディレクトリにファイルを設置

cp pref-shimane-checker.war /var/lib/tomcat7/webapps/
/etc/init.d/tomcat7 restart

logの場所

/var/log/tomcat7/
3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2