File: README.Debian

package info (click to toggle)
php-codeigniter-framework 3.1.13%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,228 kB
  • sloc: php: 37,178; xml: 205; makefile: 138; python: 66; sh: 65
file content (31 lines) | stat: -rw-r--r-- 1,258 bytes parent folder | download | duplicates (2)
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