Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Mar 8, 2018
1 parent b489f79 commit a41ce93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user_manual/um_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ Create a `dedop-config.js` inside `dedop-studio` directory and put the location
``dedop-webapi`` (MacOS and Linux) under ``webAPIConfig`` field. The location of ``dedop-webapi`` will be where the
dedop environment is, eg.::

<miniconda_installation_dir>\envs\dedop\Scripts\dedop-webapi.exe # Windows with installation from source
<miniconda_installation_dir>/envs/dedop/bin/dedop-webapi # MacOS & Unix with installation from source
<miniconda_installation_dir>\envs\dedop\Scripts\dedop-webapi.exe # Windows with DeDop Core installation from source
<miniconda_installation_dir>/envs/dedop/bin/dedop-webapi # MacOS & Unix with DeDop Core installation from source

<dedop-core_installation_dir>\Scripts\dedop-webapi.exe # Windows with installation from binary
<dedop-core_installation_dir>/bin/dedop-webapi # MacOS & Unix with installation from source
<dedop-core_installation_dir>\Scripts\dedop-webapi.exe # Windows with DeDop Core installation from binary
<dedop-core_installation_dir>/bin/dedop-webapi # MacOS & Unix with DeDop Core installation from binary


More information about the can be found in ``dedop-config.template.js``. Sample values for ``webAPIConfig`` in different OS's are
Expand Down

0 comments on commit a41ce93

Please sign in to comment.