安装 etcd #yum安装 yum install etcd -y #更新 https://github.com/coreos/etcd/releases 替换掉etcd和etcdctl sed -i 's/localhost/0.0.0.0/g' /etc/etcd/etcd.conf systemctl start etcd && systemctl ena ...
安装 etcd #yum安装 yum install etcd -y #更新 https://github.com/coreos/etcd/releases 替换掉etcd和etcdctl sed -i 's/localhost/0.0.0.0/g' /etc/etcd/etcd.conf systemctl start etcd && systemctl ena ...
1. 安装 #python2版本 pip2 install supervisor #python3 supervisor4版本 pip3 install git+https://github.com/Supervisor/supervisor@master 2. 配置 mkdir /etc/supervisor echo_supervisord_conf > /etc/supe ...
PHP 下载 : wget php-5.4.7.tar.gz 安装 : tar -zxvf php-5.4.7.tar.gz cd php-5.4.7 ./configure --prefix=/root/web/php/ --enable-fpm --with-config-file-path=/root/web/php/etc make make test make install 配置 ...
单机服务端节点启动配置 vi /etc/systemd/system/consul.service [Unit] Description=consul After=syslog.target network.target [Service] Type=simple RemainAfterExit=no WorkingDirectory=/usr/local/consul ExecStart=/u ...
部署zfs文件系统挂载到 /data 下载ddb git源:https://github.com/dalmatinerdb/dalmatinerdb/tree/0.3.1p1 下载dfe git源:https://github.com/dalmatinerdb/dalmatiner-frontend/tree/0.3.1p1 下载grafana rpm包:https://s3-us-west-2 ...
wget http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.79.tar.gz yum -y install gcc tar -zxvf dnsmasq-2.79.tar.gz cd dnsmasq-2.79 make install ln -s /usr/local/sbin/dnsmasq /usr/sbin/dnsmasq vi /usr/li ...
最新评论