Nginx: Instalando o Nginx no Linux: Difference between revisions
(Criou página com: '= Instalando o Nginx = Vamos instalar o Nginx e Node Package Manager (NPM) 1. Abra um terminal 2. Instale o Nginx '''Fedora.''' $ sudo dnf -y install nginx '''Red Hat...') |
(No difference)
|
Revision as of 23:20, 12 September 2015
Instalando o Nginx
Vamos instalar o Nginx e Node Package Manager (NPM)
1. Abra um terminal
2. Instale o Nginx
Fedora. $ sudo dnf -y install nginx
Red Hat® Enterprise Linux® / RHEL, CentOS $ sudo yum -y install nginx
Execute o comando
systemctl start nginx
3. Configurar
Ver também
- NodeJs: Instalando o NodeJs no Linux
- MongoDB: Instalando o MongoDB no Linux
- Nginx: Instalando o Nginx no Linux