This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    wiki:advanced:x2goplugin [2013/03/30 06:23] tobias  | 
                
                    wiki:advanced:x2goplugin [2020/05/28 22:58] (current) danger89  | 
            ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <note warning> | ||
| + | |||
| ====== X2Go Browser Plugin ====== | ====== X2Go Browser Plugin ====== | ||
| - | FIXME FIXME FIXME FIXME | + | For setting up the X2Go Browser Plugin, you have to set up a //client system//, a //web server// system and an //X2Go server//. Web server and X2Go Server can be on the same machine. In the passages below, we will refer to these three systems by the names //client//, //web server// and //X2Go Server//. | 
| - | Needs correct formating of html page contents. | ||
| - | FIXME FIXME FIXME FIXME | + | {{: | 
| + | {{: | ||
| - | Using the packages x2goplugin on the client and x2goplugin-provider on the server offers X2Go's functionality within various Browsers, such as Firefox, Chrome, Konqueror and Epiphany. This happens by providing a special website  | + | Using the packages  | 
| + | |||
| + | This happens by providing a special website  | ||
| + | |||
| + | ===== Prerequirements ===== | ||
| - | **Prerequirements: | ||
| We assume that the appropriate package mirrors have already been configured. Please see [[doc: | We assume that the appropriate package mirrors have already been configured. Please see [[doc: | ||
| - | |||
| - | {{: | ||
| - | {{: | ||
| ===== Client ======  | ===== Client ======  | ||
| - | ==== Installation Debian GNU/Linux ==== | + | ==== Installation  | 
| - | <code> | + | < | 
| - | apt-get install x2goplugin | + | |
| - | </ | + | |
| - | + | ||
| - | ==== Installation Ubuntu ==== | + | |
| - | <code> | + | |
| apt-get install x2goplugin | apt-get install x2goplugin | ||
| </ | </ | ||
| + | After restarting the browser, the plugin is ready to use. | ||
| ==== Installation Windows ==== | ==== Installation Windows ==== | ||
| - | not yet available. | + | The X2Go Browser Plugin for Windows is currently in development and will be released soon. Please help us improve the wiki and write installation instructions. | 
| - | + | ||
| - | ==== Installation OSX ==== | + | |
| - | Not yet available. | ||
| - | This finishes installing X2GoPlugin for the client. After restarting the browser it is ready to use. | ||
| - | ====== Server  | + | ===== Server ===== | 
| - | ==== Installation Debian GNU/Linux ==== | + | ==== Installation  | 
| - | < | + | < | 
| apt-get install apache2 x2goplugin-provider | apt-get install apache2 x2goplugin-provider | ||
| </ | </ | ||
| - | ==== Installation Ubuntu ==== | + | This installs the necessary files and dependencies. The plugin is instantly usable on the server via '' | 
| - | < | + | It is recommended to create a backup of the original file before modifying it. | 
| - | apt-get install apache2  | + | |
| - | </code> | + | |
| - | This installs the necessary files and dependencies. The plugin is instantly usable on the server via localhost/ | + | ==== Quick Setup ==== | 
| - | It is recommended to create a backup of the original file before modifying it. | + | If you want a quick setup, e.g. for testing, best make backup of '' | 
| - | < | + | < | 
| cp / | cp / | ||
| </ | </ | ||
| - | The file's content can then be modified to reflect your own requirements. At a minimum you should substitute  | + | The file's content can then be modified to reflect your own requirements. At a minimum you should substitute  | 
| [[http://< | [[http://< | ||
| Line 63: | Line 55: | ||
| This is the original content of the file: | This is the original content of the file: | ||
| - | '' | + | <file html x2goplugin.html> | 
| < | < | ||
| < | < | ||
| Line 111: | Line 103: | ||
|   </ |   </ | ||
| </ | </ | ||
| - | '' | + | </file> | 
| - | You can certainly also  move the file x2goplugin.html into /var/www. Then it is recommended to remove the link  x2goplugin.conf within / | + | ==== Setup ==== | 
| - | < | + | You can certainly also  move the file x2goplugin.html into ''/ | 
| + | |||
| + | |||
| + | < | ||
| ls -al / | ls -al / | ||
| lrwxrwxrwx 1 root root 33 Mär 22 23:42 / | lrwxrwxrwx 1 root root 33 Mär 22 23:42 / | ||
| Line 121: | Line 116: | ||
| </ | </ | ||
| - | This file contains the alias which defines an alias for the url [[http://< | + | This file contains the alias which defines an alias for the url [[http://< | 
| - | < | + | < | 
| cat / | cat / | ||
| Alias / | Alias / | ||
| </ | </ | ||
| + | |||