在Ubuntu上安装Redis MySQL MongoDB memcached Nginx

1.安装Redis

sudo apt-get install redis-server

2.安装MySQL

sudo apt-get install mysql-server

3.安装MongoDB

sudo apt-get install -y mongodb-server

4.安装memcached

sudo apt-get install memcached

5.安装nginx

sudo apt-get install nginx

原文地址:https://www.cnblogs.com/kaid/p/8727758.html