User Tools

Site Tools


wiki:components:admincenter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:components:admincenter [2011/05/06 12:09]
h1 added pictures
wiki:components:admincenter [2013/03/08 13:31]
127.0.0.1 external edit
Line 1: Line 1:
-====== x2goadmincenter ====== +====== X2Go Admin Center ======
-x2goadmincenter is a qt4 gui project enabling the administration of users, groups, hosts, x2gosessions and more (plugins) with the help of a graphical interface. It is in state of early development. The installation target of the server part ist skolelinux tjener lenny with an already configured and running instance of [[http://www.cipux.org|cipux]] and debian squeeze for the admin gui (windows targets should work too). Don't use it in productive environments. +
  
-{{:wiki:x2goadmincenter3.png|}}+x2goadmincenter is a Qt4 GUI project enabling the administration of users, groups, hosts, X2Go sessions and more (plugins) with the help of a graphical interface
  
-===== Download ===== +It is in the stage of early development. More documentation is to come...
-The needed files(source) can be downloaded here:+
  
-[[http://x2go.obviously-nice.de/deb/x2goadmincenter/|x2goadmincenter]] 
- 
-===== Installation (version depending on cipux) ===== 
-==== Server Part ==== 
-dependencies:\\ 
-apache2\\ 
-perl: Frontier::RPC2\\ 
-Config::Simple (f.e: apt-get install libconfig-simple-perl)\\ 
-CipUX::RPC::Client\\ 
- 
-<code> 
-x2gorpcserver.cgi -> /usr/lib/cgi-bin 
-x2goadmiserver -> /etc/x2go 
-*.pm -> /usr/lib/x2go 
-</code> 
- 
-==== Client Part (GUI) ==== 
-dependencies:\\ 
-libqt4\\ 
-libqt4-dev\\ 
- 
-<code> 
-cd x2goadmincenter && qmake-qt4 && make 
-</code> 
- 
-=== Client Part Plugins === 
-== User Administration == 
-<code> 
-cd modules/x2gouseradmingui && qmake-qt4 && make 
-</code> 
- 
-== Group Administration == 
-<code> 
-cd modules/x2gogroupadmingui && qmake-qt4 && make 
-</code> 
- 
-=== Client Part Configuration === 
-You'll have to enter a valid URL poiting towards the Server Part of the x2goadmincenter package inside the GUI application:\\ 
- 
-{{:wiki:x2goadmincenter2.png|}} 
- 
-The checkbox "admin mode" will switch between user and admin mode.