Redis
From Chaehyun
(Difference between revisions)
Xlos (Talk | contribs)
(Created page with "== ubuntu 에서 설치 == * http://vvv.tobiassjosten.net/linux/installing-redis-on-ubuntu-with-apt/ * sudo vim /etc/apt/sources.list <pre> # /etc/apt/sources.list.d/dotdeb.org.l...")
Newer edit →
(Created page with "== ubuntu 에서 설치 == * http://vvv.tobiassjosten.net/linux/installing-redis-on-ubuntu-with-apt/ * sudo vim /etc/apt/sources.list <pre> # /etc/apt/sources.list.d/dotdeb.org.l...")
Newer edit →
Revision as of 04:17, 19 February 2014
ubuntu 에서 설치
- http://vvv.tobiassjosten.net/linux/installing-redis-on-ubuntu-with-apt/
- sudo vim /etc/apt/sources.list
# /etc/apt/sources.list.d/dotdeb.org.list deb http://packages.dotdeb.org squeeze all deb-src http://packages.dotdeb.org squeeze all
- wget -q -O - http://www.dotdeb.org/dotdeb.gpg | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install redis-server