wiki:Software/eAM/g1Accountig

Account Management Aggregate Manager

The Account Management is packaged in the omf-aggmgr-accountmanagement package. It provides acount management functions. Needs control panel service for front end.

Installation and Configuration

It can be installed form the package repository with

apt-get install omf-aggmgr-accountmanagement-5.4

Instructions on how to add the Orbit software repository to your list of apt-sources can be found ​here.

 accountManagement:
    :database:
        # User name and password for scheduler database
        database: 'newScheduler'
    registration:
        email:
            # Administrator email configuration
            sender: 'account-manager@geni.net'
            sender_name: 'Account manager'
        captcha:
            temp_image_dir: '/tmp'
            ttf_file: 'images/font21.ttf'
        proxyPathRegistration: '/userManagement'
        #favicon is either absolute uri, or relative to homeURL or name of file located
        # in public_html/ogs_accountManagement/images
        favicon: 'geni_banner.png'
Last modified 8 years ago Last modified on Jan 24, 2016, 11:49:31 PM
Note: See TracWiki for help on using the wiki.