mirror of
https://github.com/mrclay/minify.git
synced 2025-08-22 21:52:58 +02:00
/path/to/public_html is more intuitive for the user than /var/www/html
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: `/var/www/html/min`
|
directory: i.e. you will have: `/path/to/public_html/min`
|
||||||
|
|
||||||
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: /var/www/html/min_unit_tests
|
directory: i.e. you will have: /path/to/public_html/min_unit_tests
|
||||||
|
|
||||||
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