https://github.com/rossaddison/yii2-house2house
House to House Management Software eg. Cleaning Services
https://github.com/rossaddison/yii2-house2house
backup-database cleaning gocardless google-cloud google-maps-api mysql-database paypal sms subscription translate-api translate-google twilio yii2
Last synced: 4 months ago
JSON representation
House to House Management Software eg. Cleaning Services
- Host: GitHub
- URL: https://github.com/rossaddison/yii2-house2house
- Owner: rossaddison
- License: other
- Archived: true
- Created: 2019-12-26T13:30:47.000Z (over 5 years ago)
- Default Branch: cleaning
- Last Pushed: 2020-08-24T18:33:00.000Z (over 4 years ago)
- Last Synced: 2025-01-18T03:12:44.244Z (4 months ago)
- Topics: backup-database, cleaning, gocardless, google-cloud, google-maps-api, mysql-database, paypal, sms, subscription, translate-api, translate-google, twilio, yii2
- Language: PHP
- Homepage:
- Size: 78.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
**yii2-house2house**
**Licence**
Copyright 2020 House2House [BSD-3-Clause](/licence.md)
**House to House Management Software eg. Cleaning Services**
[](https://www.yiiframework.com/) [](https://opensource.org/licenses/BSD-3-Clause)  
**Composer**
"rossaddison\yii2-house2house": "*",
[**Frequently Asked Questions ?**](/md/faq/faqs.md)
**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
1. Create databases 0 to 10 adapting [common/config/main-local.php.](/common/config/main-local.php) Use utf8mb4_unicode_ci.
1. Identify the following commands in [console/config/main.php](/console/config/main.php)
1. Console/command prompt command setting up admininstrator's database db ie. database **0**.yii migrate-db-namespaced
1. Console/command prompt command **populate** databases 1 to 10
yii migrate-db1
yii migrate-db21. Insert [frontend/config/main.php](/frontend/config/main.php) Swiftmailer settings to signup first user.
1. Signup first user who will automatically be made active as administrator.
1. Signup addtional users. The administrator will have to be make them active.[Roles and Permissions Diagram](/downloadfile/Roles%20and%20Permissions.pdf)