Skip to content

This repository provides installation scripts and configuration files for deploying the CSGHub instance, includes Helm charts and Docker Compose scripts to streamline the deployment process in various environments.

License

Notifications You must be signed in to change notification settings

lixjohn/csghub-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSGHub installer

简体中文

This project provides installation scripts and configuration files for deploying CSGHub instances, including Helm Chart and Docker Compose scripts, to simplify the deployment process in various environments.

Please go to here for more details information about CSGHub.

Installation methods

Docker Compose

  1. compose mode can be used for test and develop purpose. It is recommended to use helm chart installation for production environments.
  2. CSGHub instance that deployed with compose mode cannot directly use functions which rely on the kubernetes platform, such as space, model inference, and model fine-tuning. Kubernetes's deployment and configuration are not within the scope of the compose installation method, it needs further manual configurations which can be found here
  3. Starting from CSGHub v0.9.0, CSGHub no longer provides continuous support for gitea backend, and it is recommended to use gitaly as default git server backend.
  4. Provide a solution for one-click deployment to Alibaba Cloud, Deployment Link
  5. For more details about compose installation and deployment, please refer to docker-compose

Helm Chart

  1. The helm chart method is suitable for scenarios with high stability and availability, such as production environments.
  2. helm chart only supports gitaly as the git server backend, gitea is not supported.
  3. For more details about helm chart installation and deployment, please refer to helm-chart

About

This repository provides installation scripts and configuration files for deploying the CSGHub instance, includes Helm charts and Docker Compose scripts to streamline the deployment process in various environments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 33.3%
  • PLpgSQL 31.4%
  • Shell 24.4%
  • Mustache 10.9%