LoginSignup
0
0

More than 5 years have passed since last update.

環境構築tomcat

Posted at

java install
http://zero-config.com/centos/install-java8.html

tomcat

SELINUX
Permissiveモード
http://park1.wakwak.com/~ima/centos4_selinux0001.html

ポート開放
http://qiita.com/khirose/items/77f9071a70d94700db3e

tar展開
tar xvf ファイル名.tar

sudo yum install *.rpm

yum remove mariadb-libs
rm -rf /var/lib/mysql/
mysql-community-common.x86_64 0:5.7.15-1.el7
mysql-community-libs-5.7.15-1.el7.x86_64
mysql-community-client-5.7.15-1.el7.x86_64
mysql-community-server.x86_64 0:5.7.15-1.el7

http://weblabo.oscasierra.net/mysql-57-init-setup/
パスワードなどの設定

mail

yum localinstall mysql-community-libs-compat-5.7.15-1.el7.x86_64.rpm

smtp

http://tech.respect-pal.jp/mail_debug_with_mailcatcher/
http://qiita.com/satzz/items/0361a7093a57b459e15b
http://qiita.com/tokida/items/2aa7dae82aa969f10420
http://d.hatena.ne.jp/plasticscafe/20080930/1222778825
yum install sqlite-devel

0
0
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
0
0