diff options
Diffstat (limited to 'js/BuildInstructions.md')
-rw-r--r-- | js/BuildInstructions.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index 609e32a5e5c..554af355a30 100644 --- a/js/BuildInstructions.md +++ b/js/BuildInstructions.md @@ -21,7 +21,7 @@ the directory of your Ice for C++ installation. For example, on Unix: On Windows: > set ICE_HOME=C:\Ice - + Change to the Ice for JavaScript source subdirectory: > cd js @@ -45,14 +45,14 @@ To start the browser tests run: > npm run gulp:test:run-with-browser This script requires Ice for Python to be installed. Follow the instructions -from your Ice distribution to set up the environment for Ice for Python. +from your Ice distribution to set up the environment for Ice for Python. The first time you run the script, you will be prompted for your password. This is necessary to configure the trust setting for the HTTP server certificate, which will enable you to connect to the HTTP server with SSL via your web browser. -You can then navigate to http://127.0.0.1:8080/index.html to start the tests. +You can then navigate to http://127.0.0.1:8080 to start the tests. ### Browser Information @@ -94,7 +94,7 @@ the "Security" settings tab, deselect the "Enable Protected Mode" checkbox. ## Installing a Source Build -After a successful build, you can generate an npm package by running the +After a successful build, you can generate a npm package by running the following command: > npm pack |