拙网论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 123|回复: 0

基于 Homeland 构建论坛系统

[复制链接]

949

主题

1001

帖子

3736

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
3736
发表于 2019-9-23 14:20:09 | 显示全部楼层 |阅读模式
https://github.com/ruby-china/homeland
已经有很多个网站基于 Homeland 构建论坛系统了哦!
如果你也用了 Homeland,请在 GitHub 上

  1. lishimin@tang:~$ git clone https://github.com/ruby-china/homeland-docker.git
  2. Cloning into 'homeland-docker'...
  3. remote: Enumerating objects: 909, done.
  4. remote: Total 909 (delta 0), reused 0 (delta 0), pack-reused 909
  5. Receiving objects: 100% (909/909), 157.21 KiB | 119.00 KiB/s, done.
  6. Resolving deltas: 100% (461/461), done.
  7. Checking connectivity... done.
复制代码

  1. lishimin@tang:~$ cd homeland-docker/
  2. lishimin@tang:~/homeland-docker$
复制代码
  1. lishimin@tang:~/homeland-docker$ ls
  2. app.local.env.example  docker-compose.yml  etc  images  LICENSE  Makefile  README.md  scripts
复制代码
  1. lishimin@tang:~/homeland-docker$ cat app.local.env.example
  2. RAILS_ENV=production
  3. # RAILS_LOG_TO_STDOUT=true

  4. # Nginx
  5. # NGINX_WORKER_CONNECTIONS=65535

  6. # Database
  7. DATABASE_URL=postgres://postgres@postgresql:5432/homeland
  8. # DATABASE_POOL=64
  9. REDIS_URL=redis://redis:6379/1
  10. ELASTICSEARCH_HOST=elasticsearch:9200

  11. # App Config
  12. app_name=Homeland
  13. https=false
  14. # domain=localhost
  15. # cert_domain=*.localhost
  16. # modules=all
  17. # profile_fields=all
  18. # admin_emails=admin@admin.com
  19. # asset_host=


  20. lishimin@tang:~/homeland-docker$
复制代码

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|抱朴守拙BBS

GMT+8, 2025-5-25 21:27 , Processed in 0.188346 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表