From 81ed0d93232e59cfe4e8771400a18ce56dfee9e7 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 15 Sep 2020 12:05:52 -0600 Subject: [PATCH] Update readme --- LICENSE.md | 2 +- README.md | 13 ++++++------- database.sql | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 56351c0..1cc29b3 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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. diff --git a/README.md b/README.md index 18e92c7..19c516f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/database.sql b/database.sql index 5cac0af..e4ae595 100644 --- a/database.sql +++ b/database.sql @@ -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