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.
Redis 2.8 is included in the Debian Wheezy backports repository.
Edit /etc/apt/sources.list
and add the following line:
deb http://http.debian.net/debian wheezy-backports main
Update the repositories:
sudo apt-get update
Install redis-server
:
sudo apt-get -t wheezy-backports install redis-server
Follow the rest of the installation guide.
We will use a PPA to install a recent version of Redis.
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.
Update the repositories:
sudo apt-get update
Install redis-server
:
sudo apt-get install redis-server
Follow the rest of the installation guide.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )