1, Update system
apt-get update
apt-get upgrade
apt-get install make cpp gcc
apt-get install tcl
apt-get install git
2, install redis
cd /opt/
wget http://redis.googlecode.com/files/redis-2.6.12.tar.gz
tar zxvf redis-2.6.12.tar.gz
rm redis-2.6.12.tar.gz
cd redis-2.6.12/
make
make test
3, Install twiested
apt-get install python python-twisted python-twisted-web python-openssl python-setuptools intltool
twistd
4, install RESTMQ
cd /opt/
git clone https://github.com/gleicon/restmq.git
cd restmq/
python setup.py install
cd start_scripts/
./restmq_server --listen=192.168.88.50
5, Open browser, check restmq is running:
http://192.168.88.50:8888/p/test
Subscribe to:
Post Comments (Atom)
-
Step 1, New a project rails new demo Step 2, Update Gemfile add paperclip, mysql2 gem, enable JavaScript runtime gem 'mysql2' ...
-
I used 7z to zip this file under Windows, try to unzip it under linux [ang@walker temp]$ gunzip 2011.sdf.zip gunzip: 2011.sdf.zip: unkno...
-
When trying to access transmission from web-browswer i got the message : 403: Forbidden Unauthorized IP Address. Either disable the IP ad...
No comments:
Post a Comment