This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:advanced:x2gohtmlclient [2022/01/02 18:56] mikep Add x2gowswrapper to commands run by x2gowebrpc |
wiki:advanced:x2gohtmlclient [2022/10/03 13:34] (current) gratuxri [proof of concept installation on Ubuntu GNU/Linux from Launchpad PPA] |
||
|---|---|---|---|
| Line 130: | Line 130: | ||
| Ensure the values of '' | Ensure the values of '' | ||
| and ensure the user running NGINX can read the files at both paths as well as the configuration file itself. | and ensure the user running NGINX can read the files at both paths as well as the configuration file itself. | ||
| + | |||
| + | ===== proof of concept installation on Debian GNU/Linux ===== | ||
| + | |||
| + | < | ||
| + | sudo apt install extrepo | ||
| + | sudo extrepo enable x2go | ||
| + | sudo apt update | ||
| + | sudo apt install x2gohtmlclient | ||
| + | </ | ||
| + | |||
| + | ===== proof of concept installation on Ubuntu GNU/Linux from Launchpad PPA ===== | ||
| + | |||
| + | < | ||
| + | sudo add-apt-repository ppa: | ||
| + | sudo add-apt-repository ppa: | ||
| + | sudo apt update | ||
| + | sudo apt install x2gohtmlclient | ||
| + | </ | ||