|
hace 11 meses | |
---|---|---|
api | hace 11 meses | |
database_upgrade | hace 11 meses | |
langs | hace 11 meses | |
lib | hace 11 meses | |
login | hace 11 meses | |
mobile | hace 11 meses | |
nbproject | hace 2 años | |
pages | hace 11 meses | |
static | hace 11 meses | |
tests | hace 1 año | |
.gitignore | hace 1 año | |
.gitmodules | hace 2 años | |
LICENSE.md | hace 1 año | |
README.md | hace 1 año | |
action.php | hace 11 meses | |
api.php | hace 11 meses | |
app.php | hace 11 meses | |
composer.json | hace 1 año | |
composer.lock | hace 1 año | |
database.mwb | hace 11 meses | |
database.sql | hace 1 año | |
feed.php | hace 11 meses | |
home.php | hace 1 año | |
index.php | hace 11 meses | |
pages.php | hace 11 meses | |
required.php | hace 11 meses | |
settings.template.php | hace 11 meses | |
setup.php | hace 1 año |
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://netsyms.biz/apps/accounthub
settings.template.php
to settings.php
database.sql
into your database serversettings.php
and fill in your DB infocomposer install
(or composer.phar install
) to install dependency librariesapikeys
and add some API keys for the other apps to usehttp://apps/url
(or whatever your setup is). If you did everything right, you should see a login screen.http://apps/url/setup.php
and create an admin account.git pull
or otherwise update the codecomposer install
to update dependenciesdatabase_upgrade
to take you from your current version to the latest versionsettings.php
based on the new settings.template.php