Linux Sunucuya Redis Kurulumu
Makina Ubuntu 14.4
alınan notlar
Kurulum için tutorial
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-redis-on-ubuntu-16-04
güncel redis reposunu kurmak için https://tosbourn.com/install-latest-version-redis-ubuntu/ bu adresi denedim ilgili repo silinmiş, işe yaramadı, aşağıdaki komut satırını kullandım
güncel versiyon redisi kurmak için
sudo add-apt-repository ppa:chris-lea/redis-server
sudo apt-get update
sudo apt-get install redis-server
yaptım
kurarken config ayarlarını güncelliyeyim mi diye soruyor n yazarak yok diyorsun
daha sonra aşağıdaki kurulumu yapıyoruz.
service redis-server restart
service redis-server start
service redis-server stop
Redisi güvenli hale getirmek için
https://www.digitalocean.com/community/tutorials/how-to-secure-your-redis-installation-on-ubuntu-14-04
https://askubuntu.com/questions/58404/how-to-start-and-stop-a-service
Redis ayarları için
https://www.rosehosting.com/blog/how-to-install-configure-and-use-redis-on-ubuntu-16-04/
Yorumlar
Yorum Gönder