Confirmed users
360
edits
| Line 93: | Line 93: | ||
Options: | Options: | ||
* Check out [https://github.com/asutherland/arbitrarypushlog arbitrarypushlog] | * Use the pre-built one. | ||
** Have the file accessible via an http server on localhost and make sure your CORS setup is friendly: | |||
** Paste http://clicky.visophyte.org/tools/arbpl-standalone/?log= into your URL bar, followed by your localhost URL. | |||
** (Alternately, you can just download the contents of http://clicky.visophyte.org/tools/arbpl-standalone/ to disk and then access the file locally via "file://" URL. | |||
* Build your own: Check out [https://github.com/asutherland/arbitrarypushlog arbitrarypushlog] | |||
** use your host's own localhost server to expose the UI. Specifically, symlink or what not your git checkout of ArbPL. | ** use your host's own localhost server to expose the UI. Specifically, symlink or what not your git checkout of ArbPL. | ||
*** use the development mode, no building required. Use index-app.html with "?log=/PATH/TO/LOG/ON/THE/WEBSERVER". | *** use the development mode, no building required. Use index-app.html with "?log=/PATH/TO/LOG/ON/THE/WEBSERVER". | ||
*** build the optimized standalone mode,then use index-standalone.html with a "?log=PATHTOLOG" argument, keeping in mind that you may need to host both the source and the log file at the same origin in order for things to work if the log file is not served with blanket CORS permissions. | *** build the optimized standalone mode,then use index-standalone.html with a "?log=PATHTOLOG" argument, keeping in mind that you may need to host both the source and the log file at the same origin in order for things to work if the log file is not served with blanket CORS permissions. | ||
* Use an existing build of the UI, like the one linked above. Note that this requires that the build is up-to-date. Be sure to use"?log=LOGURL" appended or copy the files that make it up to wherever you want and CORS is not a problem. | * Use an existing build of the UI, like the one linked above. Note that this requires that the build is up-to-date. Be sure to use"?log=LOGURL" appended or copy the files that make it up to wherever you want and CORS is not a problem. | ||