-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
28 lines (19 loc) · 1 KB
/
INSTALL
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
I N S T A L L I N G C R E O L E
==================================
Creole is very simple to install. We will assume that if you are reading this
then you downloaded the full Creole package (rather than installed using the
PEAR installer).
To use Creole you simply need to copy the classes/creole/ and classes/jargon/
directories to a location on your PHP include_path.
For example, on my Linux system I might install Creole like this:
$> tar zxvf creole-x.x.x.tar.gz
$> cd creole
$> mv classes/creole /usr/local/lib/php/
$> mv classes/jargon /usr/local/lib/php/
Same principle applies to Windows, but of course on Windows it's probably easier
to click .... drag .... drop.
Alternatively you can edit your php.ini file to set your PHP include_path variable
to include the /path/to/creole/classes directory.
That's all! -- see http://creole.phpdb.org for usage examples and other project
information.
-- $Id: INSTALL,v 1.1 2004/03/20 04:09:57 hlellelid Exp $