| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Download the latest Ubuntu LTS version. It can be either the Desktop or Server version.
Install Ubuntu on the server. Make sure to enable SSH.
Create a user account for the server which will be the main account.
Update the server by running the following commands:
sudo apt update && sudo apt upgrade -yYou will need admin access in GitHub to do this.
Go to the Settings of the organization, then go to Actions → Runners, and click on the "Add New Runner" button.
Follow the instructions to add a new runner.
Once the runner is added, go to the Settings of the organization, click on Configure, and enable it to run on all repositories and on public repositories.
Make the runner start automatically after a system restart by running the following commands:
./svc.sh install
./svc.sh startCheck the status of the runner by running:
./svc.sh statusTo update the server, run the following command in your home directory. This will run the update.sh script:
./update.shAny updates to the scripts will be automatically pushed to the server upon a push to the main branch.
| Back | FazBrowse Home | New Git URL |