aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDon Delmar Davis <don@suspectdevices.com>2021-01-03 21:49:38 -0800
committerDon Delmar Davis <don@suspectdevices.com>2021-01-03 21:49:38 -0800
commit98c718c11986c85ea6ca7b2b5a50a29034ae62f1 (patch)
tree3a82b9763f7ff011cf508fbb1d8ac76710ec7ec8 /README.md
parentb0b23533165bbfbbda646d67291e0db7dfe6c1cb (diff)
Lets get this party started.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index f5cdcdf..6779dbd 100644
--- a/README.md
+++ b/README.md
@@ -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