Neuro
21
That’s unfortunate you had to resort to hiring a developer for something like this. Maybe the guide is outdated?
Yeah, I’ll definitely let others know if I figure it out.
@pfaffman I used the command gem install rails to install it.
I used this guide to setup discourse - https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md
Can you link me to those guides or a guide that you recommend?
Norike
(Norike)
22
按照 使用 Docker 为开发安装 Discourse 指南在 Ubuntu Mate 22.10 上运行 bundle install 时,需要安装一些额外的软件包才能无错误地运行:
sudo apt install ruby-bundler ruby-dev libpq-dev libmysqlclient-dev
但是,可能仍然缺少一些东西,因为当我尝试运行 bundle exec rails db:drop 时,它告诉我 Discourse requires Ruby 3.1 or above。
而 ruby -v 告诉我我正在使用 ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux-gnu]。
所以我认为指南或脚本有问题。
Canapin
(Coin-coin le Canapin)
拆分了此话题
24