From 88d967b09828710f938aa2cdb233138bf7c150ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Osi=C5=84ski?= Date: Sun, 24 Nov 2024 19:41:44 +0100 Subject: [PATCH] Update Readme --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a878185..ad8bbd9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ -# Instalacja +# Startup ``` bash + +git clone https://git.wmi.amu.edu.pl/s444820/ko-heroku-gitea.git + +cd ko-heroku-gitea + heroku create s-gitea --region=eu --manifest -``` \ No newline at end of file +# Wait for the postgres service to start + +git push heroku main + +heroku open +``` + +During setup, enter your site's domain name. + +PostgreSQL must have SLL set to Required + +### DONE \ No newline at end of file