1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/panda26-gitlab

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
redis.md 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Achilleas Pipinellis Отправлено 16.02.2016 22:32 9ae4fa9

Install Redis on old distributions

GitLab requires at least Redis 2.8. The following guide is for Debian 7 and Ubuntu 12.04. If you are using Debian 8 or Ubuntu 14.04 and up, follow the installation guide.

Install Redis 2.8 in Debian 7

Redis 2.8 is included in the Debian Wheezy backports repository.

  1. Edit /etc/apt/sources.list and add the following line:

    deb http://http.debian.net/debian wheezy-backports main
  2. Update the repositories:

    sudo apt-get update
  3. Install redis-server:

    sudo apt-get -t wheezy-backports install redis-server
  4. Follow the rest of the installation guide.

Install Redis 2.8 in Ubuntu 12.04

We will use a PPA to install a recent version of Redis.

  1. Install the PPA repository:

    sudo add-apt-repository ppa:chris-lea/redis-server

    Your system will now fetch the PPA's key. This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built.

  2. Update the repositories:

    sudo apt-get update
  3. Install redis-server:

    sudo apt-get install redis-server
  4. Follow the rest of the installation guide.

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/panda26-gitlab.git
git@api.gitlife.ru:oschina-mirror/panda26-gitlab.git
oschina-mirror
panda26-gitlab
panda26-gitlab
master