Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Windows

(1) After unzipping Syndeia_Standalone_3.2.zip file on Windows, the folder structure will appear as below.

Image Added

(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.

(3) Open the Syndeia.bat file in a text editor and verify that the javaExe variable is set to the location of java executable on your machine, as shown below.

Image Added

(6) Double click the Syndeia.bat file to launch Syndeia Standalone.

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

Mac OS X

(1) After unzipping Syndeia_Standalone_3.2.zip file on Mac OS X, the folder structure will appear as below.

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

(3) Open the Syndeia.sh file in a text editor and verify that the javaExe variable is set to the location of java executable on your machine, as shown below.

Image Added

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

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

(6) Type the command ./Syndeia.sh
(5) Type the following command to launch Syndeia Standalone, as shown in the screenshot above../Syndeia.sh

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