forked from yui/phploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
35 lines (24 loc) · 1.23 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
29
30
31
32
33
34
35
Basic YUI PHP Loader Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Verify that the environment you intend to install YUI PHP Loader on
has a working webserver, (e.g.) Apache, with support for PHP.
2. Extract the YUI PHP Loader archive to a location within the
server's webroot (e.g.) htdocs/phploader.
3. Refer to usage documents and examples:
http://developer.yahoo.com/yui/phploader
Local Combo Handler Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This feature will allow YUI PHP Loader to combine files without relying
on a remote combo-service.
1. The main endpoint for combo requests in this case is combo.php. Place
this file in the same location as loader.php.
Note: If the phploader directory does not live in the webserver's root
folder then modify the PATH_TO_LIB variable in combo.php accordingly.
2. Download and extract each version of YUI you intend to support into
the phploader/lib directory.
A valid setup would look something like:
htdocs/phploader/lib/2.8.0r4/build
htdocs/phploader/lib/2.7.0/build
etc...
3. Refer to usage documents and examples:
http://developer.yahoo.com/yui/phploader