stoney core: Interface Installation
From stoney cloud
Contents
Abstract
This document describes server setup for the stoney cloud (Online) Backup service, built upon the Gentoo Linux distribution.
Overview
After working through this documentation, you will be able to set up and configure your own (Online) Backup service server.
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'