One Hour One Life Server in one click
Create an ubuntu 22.04 instance and run this command:
cd /home && mkdir ohol && cd ohol && wget https://raw.githubusercontent.com/danomation/onehouroneclick/main/pullAndBuildTestSystem.sh && sudo bash pullAndBuildTestSystem.sh
To automatically start the server on reboot type this:
line="@reboot cd /home/ohol/OneLife/server/ && ./OneLifeServer"
(crontab -u $(whoami) -l; echo "$line" ) | crontab -u $(whoami) -
cd /home/ohol/ && sudo rm pullAndBuildtestSystem.sh && wget https://raw.githubusercontent.com/danomation/onehouroneclick/main/pullAndBuildTestSystem.sh && sudo bash pullAndBuildTestSystem.sh
Windows (ohol.ps1):
- Docker not forwarding ports properly.
this may work https://jwstanly.com/blog/article/Port+Forwarding+WSL+2+to+Your+LAN/
Linux (pullAndBuildtestSystem.sh):
- None