File: README.Debian

package info (click to toggle)
phpwebcounter 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 228 kB
  • ctags: 37
  • sloc: php: 57; makefile: 25
file content (30 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (4)
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
phpwebcounter for Debian
------------------------

1. Apache 2
-----------

In Debian, the web applications are put in /usr/share directory. Please, see the
/usr/share/doc/phpwebcounter/examples/phpwebcounter.apache2 to understand how
to configure PHP Web Counter with Apache Web Server. After install, you must
restart the Apache. To test, you can use it:

    http://<your ip>/phpwebcounter/phpwebcounter.php

Or use the html code included in the examples directory.

Other alternative is point to file in /usr/share/phpwebcounter.  The PHP5
configuration file prevents, by default, remote requests using "require" or
"include" methods. Then you can use it:

    <?php require("/usr/share/phpwebcounter/phpwebcounter.php"); ?>



2. Extra numbers
----------------

To have new graphical numbers, install the phpwebcounter-extra package.


 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 11 Nov 2007 15:03:30 -0200