# Fedora Linux에서 개발용 Discourse 설정하기

**URL:** https://meta.discourse.org/t/set-up-discourse-for-development-on-fedora-linux/163348
**Category:** Developer Guides
**Tags:** dev-install, how-to
**Created:** [9월 8, 2020, 11:00오전 UTC](https://meta.discourse.org/t/set-up-discourse-for-development-on-fedora-linux/163348 "2020-09-08T11:00:32Z")
**Posts on this page:** 1
**Showing post:** 26

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [6월 19, 2026, 5:20오전 UTC](https://meta.discourse.org/t/set-up-discourse-for-development-on-fedora-linux/163348/26 "2026-06-19T05:20:22Z")

</div>

`bundle exec rails server`를 실행하면 수많은 마이그레이션이 시작됩니다. 약 1시간 동안 실행 중인데 아직 끝나지 않았습니다. 제 노트북은 이를 처리할 충분한 RAM과 CPU 성능을 갖추고 있는데, 이는 단순히 실행해야 할 마이그레이션의 양이 많기 때문일까요?

~~수정: 3시간이 지났는데도 여전히 진행 중입니다.  
수정 #2: 4시간째 접어들었습니다…~~  
수정 #3: 제 실수였습니다. 4시간 동안 콘솔 출력을 잘못 읽었더니, 실제로는 마이그레이션이 실행 중이 아니었습니다 :facepalm: … Sidekiq 잡들이 실행 중이었고, 포트 3000에서는 인스턴스가 실제로 표시되고 있었습니다. 걱정할 일이 아니었습니다!

---

_[View the full topic](https://meta.discourse.org/t/set-up-discourse-for-development-on-fedora-linux/163348)._
