Appboard/2.4/admin/accessing appboard: Difference between revisions

imported>Jason.nicholls
imported>Jason.nicholls
No edit summary
Line 25: Line 25:
== Important URLs ==
== Important URLs ==


The table below summarizes the important URLs for accessing AppBoard. Please note the <tt>localhost:8080</tt> should be substituted for the host and port AppBoard is actually running on in your environment.
The table below summarizes the important URLs for accessing AppBoard.


{| class="wikitable"
{| class="wikitable"
Line 34: Line 34:
|-
|-
| Home URL
| Home URL
| http://localhost:8080/
| [http://localhost:8080/ /]
| Launches either AppBoard or enPortal, depending on the Home URL configuration (see "Home URL" section below)
| Launches either AppBoard or enPortal, depending on the Home URL configuration (see "Home URL" section below)
|-
|-
| AppBoard
| AppBoard
| http://localhost:8080/enportal/ab/home
| [http://localhost:8080/enportal/ab/home /enportal/ab/home]
| If the User's default role is portalAdministration, this will launch the AppBoard Builder.  Otherwise, this will launch the AppBoard Viewer.
| If the User's default role is portalAdministration, this will launch the AppBoard Builder.  Otherwise, this will launch the AppBoard Viewer.
|-
|-
| enPortal
| enPortal
| http://localhost:8080/enportal/home
| [http://localhost:8080/enportal/home /enportal/home]
| Launches enPortal
| Launches enPortal
|-
|-
| AppBoard Builder
| AppBoard Builder
| http://localhost:8080/enportal/ab/home?builder
| [http://localhost:8080/enportal/ab/home?builder /enportal/ab/home?builder]
| If user 's Role is portalAdministration, this will launch the AppBoard Builder.  Otherwise, this will launch the AppBoard Viewer.
| If user 's Role is portalAdministration, this will launch the AppBoard Builder.  Otherwise, this will launch the AppBoard Viewer.
|-
|-
| AppBoard Viewer
| AppBoard Viewer
| http://localhost:8080/enportal/ab/home?viewer
| [http://localhost:8080/enportal/ab/home?viewer /enportal/ab/home?viewer]
| Launches the AppBoard Viewer. (A non-administrator User will also access the AppBoard Viewer by going to the Home URL or AppBoard URL)
| Explicitly launch the Viewer, useful for administrators.
|-
|-
| Safemode (administrator only)
| AppBoard Builder Safemode
| http://localhost:8080/enportal/ab/#safeMode=
| [http://localhost:8080/enportal/ab/#safeMode=1 /enportal/ab/#safeMode=1]
| Launches the AppBoard builder in safe mode by disabling all stacks. The administrator can then access the configuration panels to delete or edit the broken component.
| Launches the AppBoard builder in safe mode by disabling all stacks. The administrator can then access the configuration panels to delete or edit the broken component.
|-
| AppBoard Viewer (Debug Mode**)
| http://localhost:8080/enportal/ab/home?viewer&debug=true
| Launches the AppBoard Viewer in debug mode.
|-
| AppBoard Builder (Debug mode**)
| http://localhost:8080/enportal/ab/home?debug=true
| If user 's Role is portalAdministration, this will launch the AppBoard Builder in debug mode.  Otherwise, this will launch the AppBoard Viewer.
|}
|}

Revision as of 13:07, 23 July 2013


Default Settings

After installing AppBoard without any configuration changes the default access information is as follows:

URL http://<hostname>:8080/
User Name administrator
Password administrator
Domain System

Using the URL above the browser is redirected to the actual login page, as shown below:

AppBoard 2.4 default login screen

Important URLs

The table below summarizes the important URLs for accessing AppBoard.

Component URL Description
Home URL / Launches either AppBoard or enPortal, depending on the Home URL configuration (see "Home URL" section below)
AppBoard /enportal/ab/home If the User's default role is portalAdministration, this will launch the AppBoard Builder. Otherwise, this will launch the AppBoard Viewer.
enPortal /enportal/home Launches enPortal
AppBoard Builder /enportal/ab/home?builder If user 's Role is portalAdministration, this will launch the AppBoard Builder. Otherwise, this will launch the AppBoard Viewer.
AppBoard Viewer /enportal/ab/home?viewer Explicitly launch the Viewer, useful for administrators.
AppBoard Builder Safemode /enportal/ab/#safeMode=1 Launches the AppBoard builder in safe mode by disabling all stacks. The administrator can then access the configuration panels to delete or edit the broken component.