System: | Ubuntu 20.04 |
Edition: | 20220315 |
Launch your own Git server with Gitea
Ubuntu 20.04.3 image with preinstalled Gitea server.
Includes:
Kernel information:
Operating system information:
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
Before start You need to connect to virtual machine via SSH and run command sudo mysql_init to preconfigure MySQL for work with Gitea. Select new database username, password and name. Then you can connect through web-browser by link http://<Your VM IP address>:3000/.
Then you will see settings form, where you must input selected in previous step database name, username and password.