NEW

Seafile

2019-03-06

yum install python2-pip pip install moviepy==0.2.3.2 rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.rosudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5. ...

NEW

centos7 riak-kv,riak-cs集群部署

2019-03-06

RIAK-KV集群部署 安装basho源 curl -s https://packagecloud.io/install/repositories/basho/riak/script.rpm.sh | sudo bash ### https://packagecloud.io/basho/riak/packages/el/7/riak-2.2.3-1.el7.centos.x86_64.rpm ...

NEW

etcd+conf

2019-03-06

安装 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 ...

NEW

supervisor

2019-03-06

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

NEW

使用basho_bench压力测试RIAK-KV

2019-03-06

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 配置 ...

NEW

Centos7 编译redis 服务启动方式

2019-03-06

安装: yum install gcc tcl -y http://download.redis.io/redis-stable.tar.gz tar -xvzf redis-stable.tar.gz cd redis-stable make && make install cd utils ./install_server.sh 指定路径:/usr/local/bin/redi ...