File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Installation
20
20
2 . Unzip package to favourite path accessible by webserver.
21
21
3 . Load webgrind in browser and start profiling
22
22
23
+ Alternatively, on PHP 5.4+ run the application using the PHP built-in server
24
+ with the command ` composer serve ` or ` php -S 0.0.0.0:8080 index.php ` if you
25
+ are not using Composer.
26
+
23
27
For faster preprocessing under linux, give write access to the ` bin ` subdirectory
24
28
or execute ` make ` in the unzipped folder (requires GCC).
25
29
Original file line number Diff line number Diff line change 21
21
"issues" : " https://github.com/jokkedk/webgrind/issues" ,
22
22
"wiki" : " https://github.com/jokkedk/webgrind/wiki" ,
23
23
"source" : " https://github.com/jokkedk/webgrind"
24
+ },
25
+ "scripts" : {
26
+ "serve" : " php -S 0.0.0.0:8080 index.php"
24
27
}
25
28
}
You can’t perform that action at this time.
0 commit comments