Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Download and unzip the Syndeia Standalone installation file, e.g. Syndeia_Standalone_3.23.zip. Follow the instructions below to set up Syndeia Standalone for Windows and Mac OS X.

Windows

(1) After unzipping the Syndeia _ Standalone _3.2.installation zipfile on Windows, the folder structure will appear as below.

...

(2) Gather additional lib folders based on the repositories and models you want to work with. See instructions on configuring integrations. Copy those lib folders (e.g. libTC for Teamcenter) in the unzipped folder above.

...

(7) Now follow instructions in the Syndeia Standalone tutorials to create your first Syndeia project.

Mac OS X

(1) After unzipping the Syndeia _ Standalone _3.2.zip file on installation zip file on Mac OS X, the folder structure will appear as below.

...

(2) Gather additional lib folders based on the repositories and models you want to work with. See instructions on configuring integrations. Copy those lib folders (e.g. libTC for Teamcenter) in the unzipped folder above.

...

(4) Open a terminal session and navigate to the unzipped folder as shown below.

(5) Remove the Apple Quarantine setting on the Intercax Reprise License Manager library:

Apple introduced security policies which quarantine executables from unverified / untrusted / aka non-Apple sites.

When the Standalone zip is downloaded from Intercax.com, Apple automatically marks the included Java Native Interface library file `lib\IlmMac64-11.1.2.x.jnilib` as quarantined.

This attribute blocks the JVM from properly loading and running the Syndeia standalone dashboard client.

The quarantine attribute can be removed by a sudo user.


sudo xattr -d com.apple.quarantine lib/IlmMac64-11.1.2.x.jnilib

(5) Syndeia.sh is the main script to launch Syndeia Standalone. Type the command chmod 755 ./Syndeia.sh to add execute permissions to Syndeia.sh file, as shown in the screenshot above.

...

(7) Now follow instructions in the Syndeia Standalone tutorials to create your first Syndeia project.