System administration tool. Manage user accounts, permissions, and other data shared between the apps.
https://netsyms.biz/apps/managepanel
- Follow the installation directions for AccountHub, then download this app somewhere.
- Copy
settings.template.php
tosettings.php
- Import
database.sql
into your database server - Edit
settings.php
and fill in your DB info ("database" for the AccountHub database, "database2" for the ManagePanel one you just installed) - Set the location of the AccountHub API in
settings.php
, enter an API key, and set the home page - Set the URL of this app
- Run
composer install
(orcomposer.phar install
) to install dependency libraries.