You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

438 B

Installing

  1. Install AccountHub
  2. Copy settings.template.php to settings.php
  3. Import database.sql into your database server
  4. Edit settings.php and fill in your DB info
  5. Set the URL of the install
  6. Run composer install (or composer.phar install) to install dependency libraries
  7. From a web browser, visit http://apps/url (or whatever your setup is). If you did everything right, you should see a login screen.