Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
g200kg committed Dec 7, 2017
1 parent 0fe676d commit 0bdbdad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ This is still a very tentative version for the confirmation of MIDI related func
This tool will not work if you just open the local html file by Chrome because of file access security limitation. There are several ways to use this tool in an offline environment.

1. Connect via the local server
If you are already installing a full-fledged server such as Apache on your PC, place zoom-ms-utility in the document folder and connect via localhost. On Windows, you need to prepare your server program yourself. On Mac, Apache has already been installed, but configuration is necessary.
If you already have a full-fledged http server such as Apache on your PC, place zoom-ms-utility in the document folder and connect via localhost. On Windows, you need to prepare your server program yourself. On Mac, Apache has already been installed, but configuration is necessary.
https://discussions.apple.com/docs/DOC-3083

2. Connect via a simple local server.
Simple local server is supported in script language environment like Python. They can be used as a local-server. For example Python:
Simple local server is supported in script language environment like Python. They can be used as a local-server. For example Python 3.x:
(1) install python 3.x.x and setup PATH
(2) start server with command prompt > python -m http.server 8888
(3) access by Chrome to http://localhost:8888/

3. Specify startup options for Chrome
If `--allow-file-access-from-files` option is specified when launch Chrome, security restrictions on file access are canceled and zoom-ms-utility works
If `--allow-file-access-from-files` option is specified when launch, security restrictions on file access are canceled and zoom-ms-utility works.
For example on Windows,
Make a shortcut of Chrome, like
`"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files file:///C:/Users/xxxx/zoom-ms-utility/index.html`
Expand Down

0 comments on commit 0bdbdad

Please sign in to comment.