Difference between revisions of "stoney core: Interface Installation"

From stoney cloud
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Overview)
Line 3: Line 3:
  
 
= Overview =
 
= Overview =
After working through this documentation, you will be able to set up and configure your own (Online) Backup service server.
+
After working through this documentation, you will be able to set up and configure your own Selfcare interface on your stoney cloud installation.
  
 
= Software Installation =
 
= Software Installation =

Revision as of 09:46, 5 September 2013

Abstract

This document describes the installation of the Selfcare interface above a stoney cloud installation.

Overview

After working through this documentation, you will be able to set up and configure your own Selfcare interface on your stoney cloud installation.

Software Installation

Requirements

A working stoney cloud installation.

Keywords & USE-Flags

None.

Emerge

emerge -va www-apps/sst-selfcare

For more information, visit the Gentoolkit page.

Software Configuration

Selfcare

/var/www/selfcare/htdocs/protected/config/main.php
'server' => 'ldaps://<STONEY-CLOUD-LDAP-HOSTNAME>/',
'bind_rdn' => 'cn=Manager,dc=stoney-cloud,dc=org',
'bind_pwd' => '<STONEY-CLOUD-LDAP-PASSWORD>',
'base_dn' => 'dc=stoney-cloud,dc=org',
'adminEmail'=>'webmaster@example.com'

Links