1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
php-codeigniter-framework for Debian
Upstream source package is split in two packages:
- php-codeigniter-framework:
- installs the application and system folders to
/usr/share/php-codeigniter-framework
- installs the index.php file to /usr/share/php-codeigniter-framework
- sets the apache2 server up.
- sets a logrotate rule for the logs
- php-codeigniter-framework-doc
installs the user guide in /usr/share/doc/php-codeigniter-framework
It is available in text and html format.
CodeIgniter default application is accessible on your server at:
<http://localhost/codeigniter-framework/>
CodeIgniter documentation in HTML format is also accessible at:
<http://localhost/codeigniter-framework/userguide3>, which makes it
consistent with the URL used in the CodeIgniter default application.
You may copy the application & index.php files to a subdirectory of /var/www
and update the apache configuration file accordingly:
/etc/apache2/conf-available/php-codeigniter-framework.conf
In Debian, the logs of the codeigniter app are written to the system log in
/var/log/php-codeigniter-framework
Files in that directory are rotated with logrorate.
-- Fab Stz <fabstz-it@yahoo.fr> Thu, 10 Feb 2022 19:18:59 +0100
|