Changes

stoney core: Interface Installation

634 bytes added, 10:00, 13 October 2013
/* Links */
== Emerge ==
emerge -va www-apps/sst-selfcare
 
For more information, visit the [http://www.gentoo.org/doc/en/gentoolkit.xml Gentoolkit] page.
= Software Configuration =
== Selfcare ==
=== Selfcare Configuration ===
Edit the main configuration file of the Selfcare interface:
/var/www/selfcare/htdocs/protected/config/main.php
The following default values need to be changed according to your stoney cloud installation.
'server' => 'ldaps://<STONEY-CLOUD-LDAP-HOSTNAME>/',
'bind_rdn' => 'cn=Manager,dc=stoney-cloud,dc=org',
'base_dn' => 'dc=stoney-cloud,dc=org',
'adminEmail'=>'webmaster@example.com'
 
For example:
'server' => 'ldaps://ldamp.stepping-stone.ch/',
'bind_rdn' => 'cn=Manager,o=stepping-stone,c=ch',
'bind_pwd' => 'myverysecretpassword',
'base_dn' => 'o=stepping-stone,c=ch',
'adminEmail'=>'webmaster@stepping-stone.ch'
 
=== Themes (per Reseller) ===
Each Reseller can have their own theme. The themes are dependent on the fully qualified domain name (fqdn). The uniform resource identifier (uri) https://selfcare.stepping-stone.ch will point to the following directory:
/var/www/selfcare/htdocs/themes/selfcare.stepping-stone.ch
= Links =
[[Category:Documentationstoney core]]
SLB, editor, reviewer
3,388
edits