|
https://github.com/ruby-china/homeland
已经有很多个网站基于 Homeland 构建论坛系统了哦! 如果你也用了 Homeland,请在 GitHub 上
- lishimin@tang:~$ git clone https://github.com/ruby-china/homeland-docker.git
- Cloning into 'homeland-docker'...
- remote: Enumerating objects: 909, done.
- remote: Total 909 (delta 0), reused 0 (delta 0), pack-reused 909
- Receiving objects: 100% (909/909), 157.21 KiB | 119.00 KiB/s, done.
- Resolving deltas: 100% (461/461), done.
- Checking connectivity... done.
复制代码
- lishimin@tang:~$ cd homeland-docker/
- lishimin@tang:~/homeland-docker$
复制代码- lishimin@tang:~/homeland-docker$ ls
- app.local.env.example docker-compose.yml etc images LICENSE Makefile README.md scripts
复制代码- lishimin@tang:~/homeland-docker$ cat app.local.env.example
- RAILS_ENV=production
- # RAILS_LOG_TO_STDOUT=true
- # Nginx
- # NGINX_WORKER_CONNECTIONS=65535
- # Database
- DATABASE_URL=postgres://postgres@postgresql:5432/homeland
- # DATABASE_POOL=64
- REDIS_URL=redis://redis:6379/1
- ELASTICSEARCH_HOST=elasticsearch:9200
- # App Config
- app_name=Homeland
- https=false
- # domain=localhost
- # cert_domain=*.localhost
- # modules=all
- # profile_fields=all
- # admin_emails=admin@admin.com
- # asset_host=
- lishimin@tang:~/homeland-docker$
复制代码
|
|