DeDop Desktop Application
Instructions on how to get the installer and how to do the installations available here.
- nodejs v6.9.1
- npm v3.10.8
- git
- dedop-core
-
git clone https://github.com/DeDop/dedop-studio.git -
cd dedop-studio -
npm install -
create a dedop-config.js and add webAPIConfig entry to be able to start the web API. Below is a sample configuration.
module.exports = { webAPIConfig: { command: "C:\\Miniconda3\\envs\\pycharm-dedop\\Scripts\\dedop-webapi.exe", servicePort: 2999, processOptions: {} }, };Information about each field can be found in
dedop-config.template.js. -
npm run compile -
npm start