Difference between revisions of "Seon administrative interface"

From Seon
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
  http://seon-server/seon/
 
  http://seon-server/seon/
 
from where on the interface dynamically forwards the user to the correct directory.
 
from where on the interface dynamically forwards the user to the correct directory.
 
=== Server selection in the web interface ===
 
As a feature available since 2013-04-26, the admninistrative web interface can communicate with any other Seonapi instances than the local one (single requirement: the Seonapi you are communicating with must be of at least the same version). You can access the selection on different ways:
 
*Use the menu to select the entry "Configuration" -> "Switch Seon srv.":
 
[[Image:Seonadmin select server.png]]
 
*Navigate to any Seon administrative interface and add the appendix "<code>?server</code>":
 
http://localhost/seon/?server
 
 
The shown interface asks you where your Seonapi is located to which you want to communicate. In most common installations, you can enter the URL of the administrative webinterface (i.e. '<code>http://seon-server/seon</code>'):
 

Latest revision as of 10:36, 26 February 2014

The administrative interface of Seon is available in different versions. The most common one is the web interface, which is accessed via a webbrowser of your choice.

All interfaces share the same datasource: the Seonapi. The complete communication between the frontend and backend is done via http or https. The Seonapi is distributed in the directory of the Seon administrative web interface, but can be installed seperately outside of this directory wherever your interface expects it.

Seon administrative web interface

Seon admin interface.png

The most easy way of accessing the administrative interface is by using the web interface. Its standard installation directory gives the administrator access via an URL like

http://seon-server/seon/

from where on the interface dynamically forwards the user to the correct directory.