https://github.com/domprojects/ci-installer
PHP script for installing and configuring CodeIgniter 3.1.10.
https://github.com/domprojects/ci-installer
codeigniter configuration installer php script
Last synced: 5 months ago
JSON representation
PHP script for installing and configuring CodeIgniter 3.1.10.
- Host: GitHub
- URL: https://github.com/domprojects/ci-installer
- Owner: domProjects
- License: mit
- Created: 2019-01-20T22:05:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T15:21:25.000Z (about 7 years ago)
- Last Synced: 2025-04-03T06:37:10.256Z (10 months ago)
- Topics: codeigniter, configuration, installer, php, script
- Language: PHP
- Homepage: https://demo.domprojects.com/ci-installer/
- Size: 601 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CI-Installer
CI-Installer makes it possible to modify the minimum variables to the good functioning of CodeIgniter in a simple and fast way.
All files present are the originals of the version of CodeIgniter 3.1.10.
This script allows you to modify the following variables:
- Base Site URL >> $config['base_url']
- Index File >> $config['index_page']
- creating the htaccess file to enable the mod_rewrite if deleting the index.php in the URL
- Database values with test connection
- hostname
- username
- password
- database
- dbprefix
For the .htaccess file, if it exists, the script will not modify the existing one. It will be necessary in this case to edit manually (for now ...).
## TODO
* Deleting all files after the installation is complete
* Other features will arrive soon ...
## Demo
You can see the demo that online at this address: https://demo.domprojects.com/ci-installer/
