Skip to content

danomation/One-Hour-One-Click

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

onehouroneclick

One Hour One Life Server in one click

Instructions:

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) -

Update to latest:

cd /home/ohol/ && sudo rm pullAndBuildtestSystem.sh && wget https://raw.githubusercontent.com/danomation/onehouroneclick/main/pullAndBuildTestSystem.sh && sudo bash pullAndBuildTestSystem.sh

Known issues:

Windows (ohol.ps1):

Linux (pullAndBuildtestSystem.sh):

  • None

About

One Hour One Life Server in one click

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published