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