Remove from Github - host here on gitGK
This commit is contained in:
@ -25,7 +25,7 @@ Based on Gitea and pre-configured to run on Debian Linux, gitGK was created by R
|
|||||||
### Step 1: Download the Installer
|
### Step 1: Download the Installer
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://raw.githubusercontent.com/Cat5TV/gitGK/refs/heads/main/install-gitgk.sh
|
wget https://gitgk.com/baldnerd/git-server-appliance/raw/branch/main/install-gitgk.sh
|
||||||
chmod +x install-gitgk.sh
|
chmod +x install-gitgk.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ sudo mount /dev/sdb1 /mnt/gitgk-data
|
|||||||
|
|
||||||
2. Run the migration script:
|
2. Run the migration script:
|
||||||
```bash
|
```bash
|
||||||
wget https://raw.githubusercontent.com/Cat5TV/gitGK/refs/heads/main/gitgk-datamove.sh
|
wget https://gitgk.com/baldnerd/git-server-appliance/raw/branch/main/gitgk-datamove.sh
|
||||||
chmod +x gitgk-datamove.sh
|
chmod +x gitgk-datamove.sh
|
||||||
sudo ./gitgk-datamove.sh /mnt/gitgk-data
|
sudo ./gitgk-datamove.sh /mnt/gitgk-data
|
||||||
```
|
```
|
||||||
@ -135,7 +135,7 @@ Make sure to include:
|
|||||||
If you're deploying a pre-built image, or the IP of your gitGK server otherwise changes (such as when cloning a VM), or if you want to use a domain instead of an IP address, use the included utility script:
|
If you're deploying a pre-built image, or the IP of your gitGK server otherwise changes (such as when cloning a VM), or if you want to use a domain instead of an IP address, use the included utility script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://raw.githubusercontent.com/Cat5TV/gitGK/refs/heads/main/gitgk-host.sh
|
wget https://gitgk.com/baldnerd/git-server-appliance/raw/branch/main/gitgk-host.sh
|
||||||
chmod +x gitgk-host.sh
|
chmod +x gitgk-host.sh
|
||||||
sudo ./gitgk-host.sh
|
sudo ./gitgk-host.sh
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user