https://github.com/nachoaguirre/ci3-wizard-install
Wizard installer for codeigniter 3 webapps
https://github.com/nachoaguirre/ci3-wizard-install
codeigniter codeigniter3 install-script installer
Last synced: about 2 months ago
JSON representation
Wizard installer for codeigniter 3 webapps
- Host: GitHub
- URL: https://github.com/nachoaguirre/ci3-wizard-install
- Owner: nachoaguirre
- License: mit
- Created: 2021-06-20T01:43:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T04:12:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T17:34:20.502Z (4 months ago)
- Topics: codeigniter, codeigniter3, install-script, installer
- Language: PHP
- Homepage:
- Size: 535 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ci3-wizard-install
Wizard installer for codeigniter 3 webappsAn installer for applications that need to be distributed with Codeigniter 3.
You will be able to help users who download your project developed with CI3, to carry out the initial basic configuration of Codeigniter 3.
The script takes care of:
- Request the connection data to the database
- Test the connection to the database
- Save the data in the database.php file
- Define base_url in config.php
- Import a .sql file to the database
- Optionally allows adding an administrator user to a table defined in the script configuration, requesting the user to enter an email and password.


