Update readme

master
Skylar Ittner 4 years ago
parent a697f263cf
commit 81ed0d9323

@ -1,4 +1,4 @@
Copyright (c) 2017-2019 Netsyms Technologies. Some rights reserved.
Copyright (c) 2017-2020 Netsyms Technologies. Some rights reserved.
Licensed under the Mozilla Public License Version 2.0. Files without MPL header
comments, including third party code, may be under a different license.

@ -30,10 +30,9 @@ 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
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
8. Run `git submodule init` and `git submodule update` to install other dependencies via git.
2. Create an empty database.
3. Import `database.sql` into your database.
4. Edit `settings.php` and fill in your DB info
5. Set the location of the AccountHub API and home page URL in `settings.php`
6. Run `composer install` (or `composer.phar install`) to install dependency libraries
7. Run `git submodule update --init` to install other dependencies via git.

@ -1,5 +1,5 @@
-- MySQL Script generated by MySQL Workbench
-- Sat 22 Sep 2018 02:40:11 AM MDT
-- Tue 15 Sep 2020 12:04:24 PM MDT
-- Model: New Model Version: 1.0
-- MySQL Workbench Forward Engineering

Loading…
Cancel
Save