update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-06-30 11:35:06 -07:00
parent 0a8d189708
commit 427ab8e6f7
2 changed files with 16 additions and 0 deletions

15
work/gitea-5.md Normal file
View File

@ -0,0 +1,15 @@
# How to set up jenkins with gitea
## Introduction
### Prerequisites
For this tutorial, you will need the following:
* A server set up running an installation of Gitea. For more information on how to run Gitea on your own server, see this tutorial on [How To Install Gitea on Ubuntu Using Docker](https://www.digitalocean.com/community/tutorials/how-to-install-gitea-on-ubuntu-using-docker), which will walk you through the steps of [setting up your own Ubuntu server](https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04), [Installing Docker](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04), [Installing Docker Compose](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04#step-1-installing-docker-compose), and then installing Gitea [on your own domain]().
## Step 1 —
## Conclusion

View File

@ -11,3 +11,4 @@
* [Gitea 2](gitea-2)
* [Gitea 3](gitea-3)
* [Gitea 4](gitea-4)
* [Gitea 5](gitea-5)