davidjeddy / naabs2

Network Access And Billing System version 2 (Naabs2) is a web based interface for administering a FreeRADIUS authenticated network access service.
1 stars 3 forks source link

Naabs2

Naabs2 is the second Network Access and Billing System now based on the Yii2 framework.

Badges

Stories in Ready

Throughput Graph

DIRECTORY STRUCTURE

common
    config/              shared configurations
    mail/                view files for e-mails
    models/              model classes used in both backend and frontend
console
    config/              console configurations
    controllers/         console controllers (commands)
    migrations/          database migrations
    models/              console-specific model classes
    runtime/             files generated during runtime
backend
    assets/              application assets such as JavaScript and CSS
    config/              backend configurations
    controllers/         Web controller classes
    models/              backend-specific model classes
    runtime/             files generated during runtime
    views/               view files for the Web application
    web/                 the entry script and Web resources
frontend
    assets/              application assets such as JavaScript and CSS
    config/              frontend configurations
    controllers/         Web controller classes
    models/              frontend-specific model classes
    runtime/             files generated during runtime
    views/               view files for the Web application
    web/                 the entry script and Web resources
    widgets/             frontend widgets
vendor/                  dependent 3rd-party packages
environments/            environment-based overrides
tests                    various tests for the advanced application
    codeception/         tests developed with Codeception PHP Testing Framework

REQUIREMENTS

The minimum requirement by this application template that your Web server supports PHP 5.4.0, mycrypt, MySQL 5.4, composer.

INSTALLATION

TESTING

USAGE

To login into the application, you need to first sign up, with any of your email address, username and password. Then, you can login into the application with same email address and password at any time.