- Is there some tutorial on how to go about installing Discourse on a self-hosted server ?
- Is it important to get the hang of RoR to edit templates etc ?
표준 설치를 찾고 계신가요?
Rails가 사용되지만, Discourse 코드베이스에서 템플릿은 Single Page Application(단일 페이지 애플리케이션)이기 때문에 더 자주 EmberJS 산출물로 나타납니다.
처음부터 세부적인 내용을 파고들 필요는 없습니다. 관리자 대시보드에서 앱 내 텍스트의 많은 부분을 편집할 수 있으며, #customization:theme에서 다른 많은 사전 구성된 사용자 지정 옵션을 사용할 수 있습니다.
Ok, so Rails is used just to server the API and Ember JS is used for the SPA ? That’s good to know.
So to edit the templates its Ember and to create plugins, its Ruby ?
Theme Conponents if you just want to edit the front end, Plugins if you want to customise the back end (and FE if you need)
A lot of material in #howto:devs and Development
This link you’ve shared (discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub) is superb - I can direct my hosting company to help me out on this as its a shared hosting account, so no root. Thanks again.