• Started PATCH "/admin/site_configs/node_ids_hide_in_topics_index" for 127.0.0.1 at 2017-03-07 10:11:14 +0800
    Processing by Admin::SiteConfigsController#update as HTML
      Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "setting"=>{"value"=>"Perl,产品/构建, 软件 开发"}, "commit"=>"保存", "id"=>"node_ids_hide_in_topics_index"}
       (0.4ms)  SELECT COUNT(*) FROM "new_notifications" WHERE "new_notifications"."user_id" = 4 AND "new_notifications"."read_at" IS NULL
      Setting Load (0.4ms)  SELECT  "settings".* FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) AND "settings"."var" = $1 LIMIT $2  [["var", "node_ids_hide_in_topics_index"], ["LIMIT", 1]]
    Redirected to http://abc.com:3000/admin/site_configs
    Completed 302 Found in 13ms (ActiveRecord: 0.8ms)
    

    前台点保存,后台日志信息是这个

  • 这个配置是写到 config/config.yml 里么?前台可以正常保存,但是后台 config/config.yml 里 node_ids_hide_in_topics_index: "" 还是空。我尝试直接修改 config/config.yml 把节点名字写到 node_ids_hide_in_topics_index 里,发现还不行。

  • @huacnlee @oth @huobazi 请教下各位,discuz 论坛中的 pdf,zip,tar.gz 等附件怎么迁移过来?我看这边只上传图片

  • Docker 安装 homeland at 2016年11月25日

    现在线上的 ruby-china 是在 docker 里运行的?还是在 vps 上直接跑的?

  • Docker 安装 homeland at 2016年11月25日

    #8 楼 @huacnlee 请问,使用 docker 搭建起来后,如果要把里边的数据怎么数据备份、迁移?担心一旦 docker 容器有问题了,这些数据还可以用来恢复。

  • Docker 安装 homeland at 2016年11月16日

    make install 可以成功执行,但是在最后有如下提示,如何处理??

    make[1]: Entering directory `/root/homeland-docker'
    Reindex ElasticSearch...
    [!!!] Index does not exist (Elasticsearch::Transport::Transport::Errors::NotFound)
    [IMPORT] Done
    [!!!] Index does not exist (Elasticsearch::Transport::Transport::Errors::NotFound)
    [IMPORT] Done
    [!!!] Index does not exist (Elasticsearch::Transport::Transport::Errors::NotFound)
    [IMPORT] Done
    make[1]: Leaving directory `/root/homeland-docker
    
    
  • Docker 安装 homeland at 2016年11月16日

    #5 楼 @huacnlee #3 楼 @novtopro 多谢,的确是 docker 版本的问题。解决办法,删掉以前的 docker,重新安装最新版本就可以了。

    apt-get purge docker.io
    curl -k -sSl https://get.docker.com | sudo sh
    

    然后可以看到如下信息

    docker version
    Client:
     Version:      1.12.3
     API version:  1.24
     Go version:   go1.6.3
     Git commit:   6b644ec
     Built:        Wed Oct 26 21:44:32 2016
     OS/Arch:      linux/amd64
    
    Server:
     Version:      1.12.3
     API version:  1.24
     Go version:   go1.6.3
     Git commit:   6b644ec
     Built:        Wed Oct 26 21:44:32 2016
    
    
  • Docker 安装 homeland at 2016年11月16日

    目前

    • ubuntu 14.04
    • docker 1.6.2,
    • docker-compose 1.8.1
  • #14 楼 @hging 我不想转到那上边,想直接切换到 rubychina 上来,不知是否可行?

    #15 楼 @oth 有人做过么?如果做过,我倒是愿意付点费用来帮助完成。

  • #10 楼 @awking 是的,discuz 毕竟发展这么多年了,有很多很多的小功能,但是这也导致了功能过剩,其实对于一个纯粹的论坛根本不需要那么多花里胡哨的功能。

  • #1 楼 @hging 小白文一下,rubychina 的社区部分是 discourse 的么?

  • #8 楼 @Peter 字体颜色不是很重要。帖子内容和附件保留下来就可以,还有一些用户信息也保留。

  • #6 楼 @bernardlai #4 楼 @Peter

    你们这些人啊,就在那憋着,也不试试。我自己是憋不住想升级了但是无奈数据太大,所以来看看。 现在论坛建站用 discuz,phpwind 建站的还是占多数,如果 rubyChina 能提供导入功能,估计用 rubychina 建站的会越来越多。

  • #2 楼 @huacnlee 多谢,我看下

  • 安装完怎么这个排版? at 2013年06月29日

    左边是 rails s 直接运行;右边是通过 apache+passenger 即便通过 gem install mongoid-4.0.0.gem --local 本地 build 然后 install 装上也会有这个问题 gem install mongoid-4.0.0.gem --local Successfully installed mongoid-4.0.0 1 gem installed

  • 安装完怎么这个排版? at 2013年06月28日

    补充一下: 直接运行 rails s 下显示正常,但是部署到 apache + passenger 的时候就会报上面的错误

  • 安装完怎么这个排版? at 2013年06月28日

    #1 楼 @blueplanet 你的提示安装完了,passenger 报错

    git://github.com/huacnlee/bootstrap-helper.git (at master) is not checked out. Please run bundle install (Bundler::GitError)

  • 安装完怎么这个排版? at 2013年06月27日

    #1 楼 @blueplanet 十分感谢

  • 请问:头像,上传图片等是否用本地目录?而不是用又拍云?那里可以设置?谢谢

  • 36kr 有论坛了 at 2013年06月21日

    这个是他们自己开发的还是借鉴的这里?