LoginSignup
1
1

More than 5 years have passed since last update.

Fedora に Redisインストール

Posted at

前準備
tcl8.5 以上をインストール
wget http://prdownloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz
tar xzvf tcl8.6.1-src.tar.gz
cd tcl8.6.1/unix/
./configure
make
make install

これで /usr/local/bin/ に tclsh がはいるので準備完了
redis をインストール
wget http://download.redis.io/releases/redis-2.8.9.tar.gz
tar zxvf redis-2.8.9.tar.gz
cd redis-2.8.9
make
make install

redis-server でサーバーが起動する

tcl を入れるのに時間かかったけどよくわからない…

参考
http://www.seeds-std.co.jp/seedsblog/792.html
http://www.geocities.co.jp/SiliconValley/4137/dir1/tinstall.html
http://k-mats.github.io/blog/2013/03/15/install-redis/

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1