centos7_01
mongodb 安装
https://www.cnblogs.com/flying1819/articles/9035408.html
redis 安装
https://www.cnblogs.com/zuidongfeng/p/8032505.html
beanstalk 安装
https://www.cnblogs.com/jkko123/p/8177731.html
./beanstalkd -l 127.0.0.1 -p 11300 -b /root/data/beanstalkd/binlog &

centos7_02 04 05
安装php 7.2
https://www.cnblogs.com/pengyunjing/p/8687097.html

./configure --prefix=/usr/local/php \
--with-config-file-path=/usr/local/php/etc \
--enable-fpm \
--with-fpm-user=www \
--with-fpm-group=www \
--enable-mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--enable-mysqlnd-compression-support \
--with-iconv-dir \
--with-freetype-dir \
--with-jpeg-dir \
--with-png-dir \
--with-zlib \
--with-libxml-dir \
--enable-xml \
--disable-rpath \
--enable-bcmath \
--enable-shmop \
--enable-sysvsem \
--enable-inline-optimization \
--with-curl \
--enable-mbregex \
--enable-mbstring \
--enable-intl \
--enable-ftp \
--with-gd \
--with-openssl \
--with-mhash \
--enable-pcntl \
--enable-sockets \
--with-xmlrpc \
--enable-soap \
--with-gettext \
--disable-fileinfo \
--enable-opcache \
--with-pear \
--enable-maintainer-zts \
--with-ldap=shared \
--without-gdbm

9000 = 4024 + 1470+240+3000+1105+998

centos7_03 02 04 05 nginx 安装
https://www.cnblogs.com/taiyonghai/p/6728707.html

/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
1.如我博客上篇Nginx安装指南,首先我的执行Nginx路径为:/application/nginx/sbin/nginx;
2.我的Nginx配置文件路径为:/application/nginx/conf/nginx.conf。

下面为nginx服务开机自启动文件,将放在/etc/init.d/目录下,文件名为:nginx。
chmod a+x /etc/init.d/nginx

centos7_06 go git mysql 密码:Skinglzw123456.
https://blog.51cto.com/13043516/2124597
用户git skinglzw
https://blog.51cto.com/13043516/2124596
gogs管理员 skinglzw 123456
/opt/git