mysql 綠色版安裝
win10 linux
解決
InnoDB: Linux Native AIO interface is not supported on this platform. Please check your OS documentation and install appropriate binary of InnoDB.
問題,需要多增加一個--innodb_use_native_aio = 0
./bin/mysqld --user=mysql --basedir=/home/victor/tools/mysql/mysql-8.0.11 --datadir=/home/victor/tools/mysql/mysql-8.0.11/data --innodb_use_native_aio = 0 --initialize
tomcat綠色版安裝
引入指定jdk和jre路徑
在catalina.sh中加上
export JAVA_HOME=/home/java/jdk1.8.0_11
export JRE_HOME=/home/java/jdk1.8.0_11/jre
啟動命令:nohup ./startup.sh &
redis綠色版安裝
修改redis.conf中
port 6381
requirepass test
daemonize yes #后臺啟動
pidfile /home/test/redis.pid #指定進程路徑
啟動命令:
./redis-server redis.conf
查看進程
ps -ef | grep tomcat
碼云上放靜態(tài)文件
https://gitee.com/XXXX/XXX/raw/master/XXXX,重點是raw