master
bel 2023-03-28 21:44:33 -06:00
parent 5d8f3e9c0e
commit 7d4846b5dc
1 changed files with 17 additions and 0 deletions

View File

@ -45,3 +45,20 @@ docker build -f Dockerfile -t mayhem-party-venue . && docker run -p 17071:17071
Foreground
## VM
* debian and xfce
* `su -`
* default password is `root`
* `apt -y install snapd git`
* install discord (`snap install discord`)
* use `blapointe@protonmail.com`
* install dolphin (`snap install dolphin-emulator --beta`)
* `snap run dolphin-emulator.dolphin-emu`
* install docker (`snap install docker`)
* `snap run docker.dockerd`
* `snap run docker ps`
* `chown gm /var/run/docker.sock`
* `snap run docker ps`
* `d=$HOME/Go/src/gogs.inhome.blapointe.com; mkdir -p $d; cd $d`
* `git clone https://gogs.inhome.blapointe.com/bel/mayhem-party-venue.git mayhem-party-venue.d`