Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

House to House Management Software eg. Cleaning Services

License

Notifications You must be signed in to change notification settings

rossaddison/yii2-house2house

Repository files navigation

yii2-house2house

Licence

Copyright 2020 House2House BSD-3-Clause

House to House Management Software eg. Cleaning Services

Yii2 License stable Downloads

Composer

"rossaddison\yii2-house2house": "*", 

Frequently Asked Questions ?

Installation

  1. Clone repository, install composer from composer.org and run the following command at the web root command prompt or click on up8.bat in the web root:

      composer update
    
  2. Create databases 0 to 10 adapting common/config/main-local.php. Use utf8mb4_unicode_ci.

  3. Identify the following commands in console/config/main.php

  4. Console/command prompt command setting up admininstrator's database db ie. database 0.

     yii migrate-db-namespaced
    
  5. Console/command prompt command populate databases 1 to 10

     yii migrate-db1
     yii migrate-db2               
    
  6. Insert frontend/config/main.php Swiftmailer settings to signup first user.

  7. Signup first user who will automatically be made active as administrator.

  8. Signup addtional users. The administrator will have to be make them active.

Roles and Permissions Diagram