diff options
| author | Don Delmar Davis <don@suspectdevices.com> | 2021-01-03 21:49:38 -0800 |
|---|---|---|
| committer | Don Delmar Davis <don@suspectdevices.com> | 2021-01-03 21:49:38 -0800 |
| commit | 98c718c11986c85ea6ca7b2b5a50a29034ae62f1 (patch) | |
| tree | 3a82b9763f7ff011cf508fbb1d8ac76710ec7ec8 /README.md | |
| parent | b0b23533165bbfbbda646d67291e0db7dfe6c1cb (diff) | |
Lets get this party started.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,2 +1,20 @@ # gitea-configuration Build notes for getea server. + + +``` +apt-get -y install curl postgresql git +apt-get install postfix +adduser --system --shell /bin/bash --group --disabled-password --home /home/git git +curl -sL -o /etc/apt/trusted.gpg.d/morph027-gitea.asc https://packaging.gitlab.io/gitea/gpg.key +deb [trusted=yes arch=amd64] https://packaging.gitlab.io/gitea gitea main" | sudo tee /etc/apt/sources.list.d/morph027-gitea.list +update.sh +apt-get install gitea +su - postgres +postgres@shelly:~$ createuser -P git +... add passwd +postgres@shelly:~$ createdb gitea -O git +ssh-keygen +cat ~/.ssh/id_rsa.pub +cd ~gitea/gitea-repositories/feurig +git clone --mirror git@github.com:feurig/redmine-configuration.git |
