MirrorNest
← すべてのガイド

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.

対象: Ubuntu LTS (64-bit) with DockerCommunity公式ホームページ ↗公式ドキュメント ↗
このガイドは上記リンク先にあるDiscourse公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
  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.