atauenis / webone

HTTP 1.x proxy that makes old web browsers usable again in the Web 2.0 world.
Other
518 stars 18 forks source link

Autoinstall script / README update #124

Closed way5 closed 6 months ago

way5 commented 6 months ago

Since some people were wondering around the automatic build/install and the Docker setup I've added a small update just in order to save someone's time. There is /autoinstall directory that (in theory) should contain automation scripts, which hopefully will be added more in future. For now it allows to install WebOne onto machines with: Linux-ARM (x64), Linux (MUSL) x64 (ARMx64) (see: musl C runtime library), etc.. For more information run:

./autoinstall/webone.linux.sh
atauenis commented 6 months ago

I'm still don't see what's really differs ./autoinstall/webone.linux.sh and sudo apt install webone.xxx.linux.yyy.deb. If it's not need to install it as a service, an sudo systemctl disable webone is enough.