From f78bdb99e6196aec9558a473936d304daf02c82f Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 17 Oct 2017 03:45:23 -0600 Subject: [PATCH] Add basic install instructions to README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db02adf..7dc9adf 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,16 @@ ManagePanel System administration tool. Manage user accounts, permissions, and other data shared between the apps. -https://biz.netsyms.com/managepanel \ No newline at end of file +https://biz.netsyms.com/managepanel + +Installing +---------- + +0. Follow the installation directions for [AccountHub](https://source.netsyms.com/Business/AccountHub), then download this app somewhere. +1. Copy `settings.template.php` to `settings.php` +2. Import `database.sql` into your database server +3. Edit `settings.php` and fill in your DB info ("DB_*" for the AccountHub database, "DB2_*" for the ManagePanel one you just installed) +4. Set the location of the AccountHub API in `settings.php` (see "PORTAL_API") and enter an API key ("PORTAL_KEY") +5. Set the location of the AccountHub home page ("PORTAL_URL") +6. Set the URL of this app ("URL") +7. Run `composer install` (or `composer.phar install`) to install dependency libraries. \ No newline at end of file