mirror of
https://github.com/mrclay/minify.git
synced 2025-09-01 01:51:47 +02:00
I found this way of explaining where is the DOCUMENT_ROOT easier to understand in another part of the wiki and brought it here
4
Home.md
4
Home.md
@@ -30,7 +30,7 @@ Installation
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
Place the `/min/` directory as a child of your DOCUMENT_ROOT
|
Place the `/min/` directory as a child of your DOCUMENT_ROOT
|
||||||
directory: i.e. you will have: `/path/to/public_html/min`
|
directory (e.g. http://example.com/min/). Document roots are usually named htdocs, public_html, or www.
|
||||||
|
|
||||||
You can see verify that it is working by visiting these two URLs:
|
You can see verify that it is working by visiting these two URLs:
|
||||||
- http://example.localhost/min/?f=min/quick-test.js
|
- http://example.localhost/min/?f=min/quick-test.js
|
||||||
@@ -60,7 +60,7 @@ Unit Testing
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT
|
1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT
|
||||||
directory: i.e. you will have: /path/to/public_html/min_unit_tests
|
directory (e.g. http://example.com/min/). Document roots are usually named htdocs, public_html, or www.
|
||||||
|
|
||||||
2. To run unit tests, access: http://example.localhost/min_unit_tests/test_all.php
|
2. To run unit tests, access: http://example.localhost/min_unit_tests/test_all.php
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user