DursunCan
(Dursun Can POYRAZ)
Maio 11, 2021, 10:21pm
1
# Install Discourse on a Cloud Server
> To install and self-host Discourse, follow the steps below. But if you'd rather skip the setup, maintenance, and server management, our official Discourse hosting takes care of everything for you.
>
> [Learn more about Discourse hosting](https://discourse.org/pricing)
> If you prefer to self-host but need help setting it up we have partners who can help.
> [Click here to explore self-hosting set-up options](https://discourse.org/partners).
**Set up Discourse in about 10 minutes** with zero knowledge of Rails or Linux shell. Works on any Docker-compatible cloud provider or local server.
## Contents
- [Quick Start](#quick-start)
- [Requirements](#requirements)
- [Installation](#installation)
- [The Setup Wizard](#the-setup-wizard)
- [After Installation](#after-installation)
- [Advanced Configuration](#advanced-configuration)
- [Troubleshooting](#troubleshooting)
This file has been truncated. show original
Li a postagem no link e configurei 1 site.
git clone https://github.com/discourse/discourse_docker.git /var/discourse2
Se eu instalá-lo na pasta discourse2 e executar o comando ./discourse-setup, o site será instalado?
Preciso fazer algo com a porta do nginx?
DursunCan
(Dursun Can POYRAZ)
Maio 11, 2021, 10:50pm
2
A porta 80 parece já estar em uso.
Isso mostrará qual comando está usando a porta 80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
docker-pr 1241 root 4u IPv4 26166 0t0 TCP *:http (LISTEN)
docker-pr 1247 root 4u IPv6 26172 0t0 TCP *:http (LISTEN)
Se você estiver tentando executar o Discourse simultaneamente com outro servidor web como Apache ou nginx, será necessário vincular a uma porta diferente
Veja Run other websites on the same machine as Discourse
Se você estiver reconfigurando um Discourse já configurado, use
./launcher stop app
para parar o Discourse antes de reconfigurá-lo e tentar novamente.
pfaffman
(Jay Pfaffman)
Maio 11, 2021, 11:48pm
3
Não.
Veja Configuração de multisite com Docker e Configuração de multisite com Let’s Encrypt e sem proxy reverso .
Você também pode executar vários containers (copie app.yml, não todo o Discourse) com um proxy reverso na frente.
Você não pode usar discourse-setup. Ele é apenas para instalações muito simples.