Skip to content
This repository has been archived by the owner on Jan 20, 2018. It is now read-only.
turtles2 edited this page Jul 31, 2016 · 10 revisions

Welcome to the WISPBill-Web-App wiki!

Install Steps
1. git init
2. git clone https://github.com/WISPBill/WISPBill-Web-App.git
3. composer update
4. nano .env.example and edit as needed for your setup then save as .env
5. php artisan key:generate
6. php artisan migrate
7. php artisan db:seed
8. Set /path to install/public as document root on webserver
9. Verify that your WebServer is set to AllowOverride All and Require all granted
10. Go to https://127.0.0.1/ or whatever address the web server is at and click on Register a new membership if this is a clean install (Empty DB) the account you make will default to admin any accounts made on this page after the first will be locked out pending admin approval
11. After making an account click on the gears to go to the settings page and modify as needed
12. Verify this Cron Job runs every minute php /path to install/artisan schedule:run >> /dev/null 2>&1

Dependencies For WISPBill

Clone this wiki locally