update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-12-05 20:45:04 -08:00
parent 713f203694
commit 6dad702b7f
1 changed files with 5 additions and 5 deletions

View File

@ -14,12 +14,12 @@ The tutorial series is of medium complexity for someone with dev experience, req
1. Installing Gitea:
By the end of the tutorial, the user will have an instance of Gitea running on a droplet behind an Nginx reverseproxy. It will be controlled as a Systemd service and ready to use for hosting code.
By the end of the tutorial, the user will have an instance of Gitea running on a droplet behind an Nginx reverseproxy. It will be controlled as a Systemd service and ready to use for hosting code. Gitea instance created by this step: <https://gitea.do-assess.makyo.dev/>
1. Download Gitea
2. Set up Nginx reverseproxy to host it
3. Set up Gitea with Systemd per instructions
4. Create a repo for your app
1. Download Gitea binary and set up system to run it as 'git' user
3. Set up Nginx reverseproxy to host it
4. Set up Gitea with Systemd per instructions
5. Create a repo for your app
2. Installing Drone to work with Gitea: