Version v2.7.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
Category: Enterprise
-
Odoo: OSS ERP for Enterprise
Odoo is an open-source enterprise resource planning (ERP) software that provides a full suite of business applications, including CRM, sales, purchasing, inventory, production, accounting, and other management functions. Odoo is a typical web …
Odoo is an open-source enterprise resource planning (ERP) software that provides a full suite of business applications, including CRM, sales, purchasing, inventory, production, accounting, and other management functions. Odoo is a typical web …
-
Wiki.js: OSS Wiki Software
Public Demo: http://wiki.pigsty.cc TL; DR cd app/wiki ; docker compose up -d Postgres Preparation # postgres://dbuser_wiki:[email protected]:5432/wiki - { name: wiki, owner: dbuser_wiki, revokeconn: true , comment: wiki the api gateway database …
Public Demo: http://wiki.pigsty.cc TL; DR cd app/wiki ; docker compose up -d Postgres Preparation # postgres://dbuser_wiki:[email protected]:5432/wiki - { name: wiki, owner: dbuser_wiki, revokeconn: true , comment: wiki the api gateway database …
-
Gitea: Simple Self-Hosting Git Service
Public Demo: http://git.pigsty.cc TL;DR cd ~/pigsty/app/gitea; make up Pigsty use 8889 port for gitea by default http://git.pigsty or http://10.10.10.10:8889 make up # pull up gitea with docker-compose in minimal mode make run # launch gitea with …
Public Demo: http://git.pigsty.cc TL;DR cd ~/pigsty/app/gitea; make up Pigsty use 8889 port for gitea by default http://git.pigsty or http://10.10.10.10:8889 make up # pull up gitea with docker-compose in minimal mode make run # launch gitea with …
-
GitLab: OSS GitHub Alternative
Check Gitlab Docker Deployment to finish docker deployment. 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 …
Check Gitlab Docker Deployment to finish docker deployment. 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: OSS Forum Software
To setup an open-source forum Discourse, you need to adjust the default app.yml config, focusing on the SMTP part of the configuration. Discourse Config Example templates: - "templates/web.china.template.yml" - "templates/postgres.template.yml" - …
To setup an open-source forum Discourse, you need to adjust the default app.yml config, focusing on the SMTP part of the configuration. Discourse Config Example templates: - "templates/web.china.template.yml" - "templates/postgres.template.yml" - …