• 还是谢谢 Daniel。

    因为对 rails on ruby,gem 还是不懂,网上资料也比较少。因此,对于“确认你在正确的目录下执行”的问题,不知该如何作答,好像不曾有人成功安装过 discourse 论坛程序这般,下面为另一个帮助文档。试过,最后报错为:

    bash: 行 521: /usr/local/rvm/RELEASE: 权限不够

    郁闷,好的程序,总是用不了。

    另一个帮助文档地址: http://meta.discourse.org/t/install-discourse-on-ubuntu-12-10-vm/3347

  • 是这里没有高人,还是高人不对这些东东感兴趣?孤独守望?

  • 难道没有人对论坛,Nginx,Rub on Rails,Redis,PostgreSQL,Discourse,下一代论坛,下一代社交网站中的 Facebook 这类社交平台技术感兴趣吗?小众软件中的小小众平台吗?文档稀缺,期盼高人出现?

  • 没有人研究 Ruby on Rails + Ember.js + PostgreSQL + Redis 吗?

  • 没有人回复,期待高手解答。Discourse 在国外可是关注度颇高哦

  • 关于 Discourse,官方帮助网址是: https://github.com/discourse/discourse/blob/master/README.md Discourse 基于如下组件创建: Discourse is built from the following open source components: Ruby on Rails - Our back end API is a Rails app. It responds to requests RESTfully and responds in JSON. Ember.js - Our front end is an Ember.js app that communicates with the Rails API. PostgreSQL - Our main data store is in Postgres. Redis - We use Redis for our job queue, rate limiting, as a cache and for transient data. Plus lots of Ruby Gems, a complete list of which is at SOFTWARE.MD.

  • 按官方指南最后一名回贴网友的建议,按如下方式安装,仍然失败: 其中 virtualbox 和 nfs-common 已安装。 sudo apt-get install git sudo dpkg -i vagrant_x86_64.deb Open a terminal git clone https://github.com/discourse/discourse.git Enter the project directory: cd discourse 然后同上,执行 vagrant up

    结果报错如下: The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! mount -o vers=3 192.168.10.1:'/root/discourse' /vagrant