# Plesk에 Discourse 설치 방법?

**URL:** https://meta.discourse.org/t/how-to-install-discourse-on-plesk/132234
**Category:** Self-hosting
**Created:** [10월 30, 2019, 12:22오후 UTC](https://meta.discourse.org/t/how-to-install-discourse-on-plesk/132234 "2019-10-30T12:22:34Z")
**Posts on this page:** 1
**Showing post:** 16

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [10월 30, 2019, 8:21오후 UTC](https://meta.discourse.org/t/how-to-install-discourse-on-plesk/132234/16 "2019-10-30T20:21:25Z")

</div>

먼저 Discourse의 공식 설치 가이드를 확인해 주세요.

`https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md`

그 다음, discourse 앞에 nginx를 설정하는 방법을 설명하는 훌륭한 튜토리얼이 많이 있습니다. 검색 버튼을 자유롭게 사용해 보세요.

[Run other websites on the same machine as Discourse](https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247?u=itsbhanusharma)

마지막 부분은 WordPress입니다. 평소처럼 /var/www/html 디렉토리로 이동하여 최신 WordPress 패키지를 wget로 받아解压(추출)하면 됩니다.

서버에 mariadb와 php-fpm을 설치하고, /var/www/html을 루트로 사용하여 요청을 php-fpm으로 전달하는 간단한 nginx 서버 블록을 추가하세요.

이 작업이 완료되면 fqdn을 통해 WordPress에 접근하여 설치를 완료할 수 있습니다.

이렇게 하면 두 애플리케이션이 모두 설치됩니다. 이제 wp-discourse 플러그인을 설치하여 wp와 discourse를 연결할 수 있습니다.

시작하기 전에 궁금한 점이 있으면 기꺼이 도와드리겠습니다.

참고로, 서버를 다시 포맷하여 plesk를 제거하면 비용을 절감할 수 있으며, ssh에 대한 기본 이해가 있다면 약 2~3시간 내에 작동하는 설정을 구축할 수 있습니다.

---

_[View the full topic](https://meta.discourse.org/t/how-to-install-discourse-on-plesk/132234)._
