|
Revision 1, 1.0 kB
(checked in by hans, 3 years ago)
|
Initial checkin
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
I N S T A L L I N G C R E O L E |
|---|
| 3 |
================================== |
|---|
| 4 |
|
|---|
| 5 |
Creole is very simple to install. We will assume that if you are reading this |
|---|
| 6 |
then you downloaded the full Creole package (rather than installed using the |
|---|
| 7 |
PEAR installer). |
|---|
| 8 |
|
|---|
| 9 |
To use Creole you simply need to copy the classes/creole/ and classes/jargon/ |
|---|
| 10 |
directories to a location on your PHP include_path. |
|---|
| 11 |
|
|---|
| 12 |
For example, on my Linux system I might install Creole like this: |
|---|
| 13 |
|
|---|
| 14 |
$> tar zxvf creole-x.x.x.tar.gz |
|---|
| 15 |
$> cd creole |
|---|
| 16 |
$> mv classes/creole /usr/local/lib/php/ |
|---|
| 17 |
$> mv classes/jargon /usr/local/lib/php/ |
|---|
| 18 |
|
|---|
| 19 |
Same principle applies to Windows, but of course on Windows it's probably easier |
|---|
| 20 |
to click .... drag .... drop. |
|---|
| 21 |
|
|---|
| 22 |
Alternatively you can edit your php.ini file to set your PHP include_path variable |
|---|
| 23 |
to include the /path/to/creole/classes directory. |
|---|
| 24 |
|
|---|
| 25 |
That's all! -- see http://creole.phpdb.org for usage examples and other project |
|---|
| 26 |
information. |
|---|
| 27 |
|
|---|
| 28 |
-- $Id: INSTALL,v 1.1 2004/03/20 04:09:57 hlellelid Exp $ |
|---|