Tag

Git server

0 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
Jan 14, 2021 · Operations

Setting Up a Simple Gogs Git Server with Systemd on Linux

This guide walks through installing Gogs, creating a start‑up script, configuring a systemd service, launching the server, checking its status, creating repositories via the web UI or command line, and pushing code with saved credentials, all on a Linux host.

Git serverGogsLinux
0 likes · 5 min read
Setting Up a Simple Gogs Git Server with Systemd on Linux
Practical DevOps Architecture
Practical DevOps Architecture
Jan 12, 2021 · Operations

Installing and Configuring Gogs with MariaDB on a Linux Server

This guide walks through installing MariaDB, creating a Gogs database and user, setting up Git, extracting and launching Gogs, and configuring the application—including disabling registration—to complete a simple self‑hosted Git server on Linux.

Git serverGogsLinux
0 likes · 5 min read
Installing and Configuring Gogs with MariaDB on a Linux Server