Installation Instructions
Installing DX Auth library with bundled examples
- Unzip the package.
- Copy captcha folder into your CI folder. Make this folder writable by web server.
- Copy application folder into your CI application folder.
- Install DX Auth database schema into your database.
- Open the application/config/config.php. Change $config['sess_use_database'] to TRUE.
Installing only DX Auth library
- Unzip the package.
- Copy captcha folder into your CI folder. Make this folder writable by web server.
- Copy application/plugins/ folder into your CI application/plugins/ folder.
- Copy application/config/ folder into your CI application/config/ folder.
- Copy application/libraries/ folder into your CI application/libraries/ folder.
- Copy application/helpers/ folder into your CI application/helpers/ folder.
- Copy application/models/ folder into your CI application/models/ folder.
- Copy application/language/ folder into your CI application/language/ folder.
- Install DX Auth database schema into your database.
- Open the application/config/config.php. Change $config['sess_use_database'] to TRUE.
That's it!
If you're new to DX Auth, please read the Getting Started section of the User Guide to begin using DX Auth.