forked from Business/AccountHub
		
	AccountHub
AccountHub is a web application enabling secure self-serve account management. Employees can change their password and manage other web apps they have access to with the dashboard.
https://biz.netsyms.com/accounthub
Installing
We're working on a nice script to install it automatically, but until then...
- Setup a LAMP server with additional PHP extensions mbstring, zip, ldap, gd, imagick
- Copy settings.template.phptosettings.php
- Import database.sqlinto your database server
- Edit settings.phpand fill in your DB info
- Setup LDAP auth, or set "LDAP_ENABLED" to FALSE
- Set the URL of the install
- Set the API and HOME values for TaskFloor, Inventory (BinStack), QwikClock, and in the "EXTERNAL_APPS" setting
- Remove any apps you aren't installing from "EXTERNAL_APPS"
- Setup the email settings to receive alerts you configure later in ManagePanel
- Run composer install(orcomposer.phar install) to install dependency libraries
- Edit the database table apikeysand add some API keys for the other apps to use
- From a web browser, visit http://apps/url(or whatever your setup is). If you did everything right, you should see a login screen.
- Now go to http://apps/url/setup.phpand create an admin account.
- Install ManagePanel to setup additional user accounts.
Description
				
					Languages
				
				
								
								
									PHP
								
								86.3%
							
						
							
								
								
									TSQL
								
								9.8%
							
						
							
								
								
									CSS
								
								2.6%
							
						
							
								
								
									JavaScript
								
								1.3%