文档 v2.7.0 版本已不再积极维护,你当前浏览的是一份归档快照。 最新文档请参阅 最新版本。
分类: Enterprise
-
Odoo:自建开源ERP系统
Odoo 是一个开源的企业级 ERP 系统,提供了从 CRM、销售、采购、库存、生产、财务等全方位的企业管理功能。Odoo 也是一个典型的 Web 应用,底层使用 PostgreSQL 数据库作为存储。 All your business on one platform, Simple, efficient, yet affordable Check public demo: http://odoo.pigsty.cc, username: [email protected], password: …
Odoo 是一个开源的企业级 ERP 系统,提供了从 CRM、销售、采购、库存、生产、财务等全方位的企业管理功能。Odoo 也是一个典型的 Web 应用,底层使用 PostgreSQL 数据库作为存储。 All your business on one platform, Simple, efficient, yet affordable Check public demo: http://odoo.pigsty.cc, username: [email protected], password: …
-
Wiki.js:搭建你自己的维基百科
公开Demo地址:http://wiki.pigsty.cc 太长;不看 cd app/wiki ; docker compose up -d 准备数据库 # postgres://dbuser_wiki:[email protected]:5432/wiki - { name: wiki, owner: dbuser_wiki, revokeconn: true , comment: wiki the api gateway database } - { name: …
公开Demo地址:http://wiki.pigsty.cc 太长;不看 cd app/wiki ; docker compose up -d 准备数据库 # postgres://dbuser_wiki:[email protected]:5432/wiki - { name: wiki, owner: dbuser_wiki, revokeconn: true , comment: wiki the api gateway database } - { name: …
-
Gitea:自建简易代码托管平台
公开Demo地址:http://git.pigsty.cc 太长;不看 cd ~/pigsty/app/gitea; make up 在本例中,Gitea 默认使用 8889 端口,您可以访问以下位置: http://git.pigsty 或 http://10.10.10.10:8889 make up # pull up gitea with docker-compose in minimal mode make run # launch gitea with docker , local …
公开Demo地址:http://git.pigsty.cc 太长;不看 cd ~/pigsty/app/gitea; make up 在本例中,Gitea 默认使用 8889 端口,您可以访问以下位置: http://git.pigsty 或 http://10.10.10.10:8889 make up # pull up gitea with docker-compose in minimal mode make run # launch gitea with docker , local …
-
GitLab:企业级开源代码托管平台
样例:开源代码仓库:Gitlab 请参考Gitlab Docker部署文档 完成Docker部署。 export GITLAB_HOME=/data/gitlab sudo docker run --detach \ --hostname gitlab.example.com \ --publish 443:443 --publish 80:80 --publish 23:22 \ --name gitlab \ --restart always \ --volume …
样例:开源代码仓库:Gitlab 请参考Gitlab Docker部署文档 完成Docker部署。 export GITLAB_HOME=/data/gitlab sudo docker run --detach \ --hostname gitlab.example.com \ --publish 443:443 --publish 80:80 --publish 23:22 \ --name gitlab \ --restart always \ --volume …
-
Discourse:开源技术论坛
搭建开源论坛Discourse,需要调整配置 app.yml ,重点是SMTP部分的配置 Discourse配置样例 templates: - "templates/web.china.template.yml" - "templates/postgres.template.yml" - "templates/redis.template.yml" - "templates/web.template.yml" - "templates/web.ratelimited.template.yml" …
搭建开源论坛Discourse,需要调整配置 app.yml ,重点是SMTP部分的配置 Discourse配置样例 templates: - "templates/web.china.template.yml" - "templates/postgres.template.yml" - "templates/redis.template.yml" - "templates/web.template.yml" - "templates/web.ratelimited.template.yml" …