라벨이 centOS인 게시물 표시

centOS, python설치

$ yum install python $ wget https://pypi.python.org/packages/source/d/distribute/distribute-0.7.3.zip $ unzip distribute-0.7.3.zip $ cd distribute-0.7.3 $ python setup.py install $ easy_install pip $ pip install tornado $ pip install redis $ pip install python-dateutil $ pip install argparse $ unzip RedisLive-master.zip $ cd /root/RedisLive-master/src $ cp redis-live.conf.example redis-live.conf $ vi redis-live.conf

command, centOS, gcc 설치

$ yum install -y gcc gcc-c++

command, centOS, yum 설치

$ yum clean all $ rpm --rebuilddb $ yum update $ yum install -y epel-release $ rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

command, centOS, sz/rz설치

$ yum install -y lrzsz