mirror of
https://codeberg.org/gothub/RandomInstance
synced 2024-12-06 19:16:49 +01:00
@@ -0,0 +1,29 @@
|
||||
# RandomInstance
|
||||
|
||||
A [Pode](https://badgerati.github.io/Pode)-based backend for [GotHub's website](https://gothub.app) to power the random instance feature.
|
||||
|
||||
## Setup
|
||||
|
||||
We use Docker.
|
||||
|
||||
```bash
|
||||
docker run -d -p 8080:8080 --name random-instance codeberg.org/gothub/randominstance
|
||||
```
|
||||
|
||||
## Manual
|
||||
|
||||
Okay, you want to do it manually? sure.
|
||||
|
||||
### Requirements
|
||||
|
||||
- [Pode](https://badgerati.github.io/Pode)
|
||||
- PowerShell
|
||||
|
||||
### Running
|
||||
|
||||
```powershell
|
||||
# Clone the repo
|
||||
git clone https://codeberg.org/gothub/randominstance.git
|
||||
cd randominstance
|
||||
.\server.ps1
|
||||
```
|
||||
Reference in New Issue
Block a user