MirrorNest
← Todas las guías

Discourse

Discourse is a modern forum and community platform; its official install method is a single bootstrap script that sets up Docker and an all-in-one container for you.

Sistema: Ubuntu LTS (64-bit) with DockerCommunitySitio oficial ↗Documentación oficial ↗
Esta guía se elaboró a partir de la documentación oficial de Discourse, enlazada arriba — verifica siempre ahí los nombres exactos de paquetes/versiones antes de ejecutar estos comandos en un servidor de producción, ya que las versiones de la distribución y del proyecto cambian con el tiempo.
  1. 1Check server requirements

    Discourse recommends a 64-bit Linux server (Ubuntu LTS) with at least 2GB RAM and 20GB disk for a comfortable production install.

  2. 2Run the official installer

    wget -qO- https://raw.githubusercontent.com/discourse/discourse_docker/main/install-discourse | sudo bash

    The script installs Docker and git if missing, downloads the Discourse Docker configuration, and launches an interactive setup wizard. It takes about 5-10 minutes.

  3. 3Answer the setup wizard prompts

    You'll be asked for your domain (or a free Discourse-provided subdomain), admin email address(es), and optional SMTP credentials for outbound mail.

  4. 4Manage the container with launcher

    Ongoing operations (rebuild, restart, logs) are done via Discourse's launcher script inside /var/discourse.

    cd /var/discourse
    ./launcher rebuild app
  5. 5Create your admin account

    Visit your configured domain and register using one of the admin emails you supplied during setup to claim forum ownership.