
Gogs: A painless self-hosted Git service
Open Source Gogs is 100% open source and free of charge. All source code is available under the MIT License on GitHub.
Installation - Gogs
Install database Based on your choice, install one of the supported databases (or skip this step): MySQL (Engine: INNODB) PostgreSQL REMEMBER Please use scripts/mysql.sql to create a database …
简介 - Gogs
Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自助 Git 服务。 使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 所有平台,包括 Linux、Mac OS X …
Gogs
Cross-platform Gogs runs anywhere Go can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!
aus Quelldateien - Gogs
Drittanbieter-Software Wenn dich interessiert, welche Drittanbieter-Pakete wir benutzen, schaue dir das gopmfile. Möglicherweise brauchst du das, wenn du Pakete für Gogs erstellst.
Explore - Gogs
Gogs is a painless self-hosted Git service.
durch Download - Gogs
Wie die Downloads benutzen? Archiv entpacken. Mit cd in das gerade entpackte Verzeichnis wechseln. ./gogs web ausführen. Fertig!
FAQs - Gogs
Gogs is a painless self-hosted Git service.
search - Gogs
Config and run ...ath of where raw repository data is being stored, add something like follows: [repository] root = /home/jiahuachen/gogs-repositories of course, you want to change the database …
配置与运行 - Gogs
运行 Gogs 服务 开发者模式 您需要在 custom/conf/app.ini 文件中将选项 security -> INSTALL_LOCK 的值设置为 true。 您可以使用超能的 make 命令: $ make $ ./gogs web 部署模式 脚本均放置在 …