Skip to content

2. Installing Digital Experience File Sync

Thomas Hurek edited this page Jan 15, 2020 · 1 revision
  1. Install node.js. You must have Node 12 to install Digital Experience File Sync.

    If you are using Windows or OSX, download node.js and use the appropriate installer for your system.

    If you are using Linux, find the appropriate installation script on [Github] (https://github.com/creationix/nvm). If you are not a root user, add sudo to the beginning of the command.

    Note: You can verify that node.js is installed by running the following commands:

    node -v

    npm -v

  2. Download the newest stable release of Digital Experience File Sync.

  3. Extract the file.

  4. Change to the extracted directory and run install.cmd if you are using Windows or install.sh for Linux or OSX.