Versions Compared

Key

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

...

In order to connect to the license server you have have to create this file in the current users home directory:

~/.das-element/license.conf

The file content is:
5053@license-server

You can also set an environment variable (DASELEMENT_LICENSE). Depending on your MacOS version it always works differently. It’s recommended to use the file based approach since it’s way easier to setup.

Use this command set the variable:

Code Block
launchctl setenv DASELEMENT_LICENSE 5053@license-server

...

Create a new properties file in this location: ~/Library/LaunchAgents/
Call the file: das-element.license.plist
and add this content … (edit license-server to your license server - line 11)

Code Block
<?xml version="1.0" encoding="UTF-8"?> 
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
<plist version="1.0"> 
<dict> 
  <key>Label</key> 
  <string>das-element.license</string> 
  <key>ProgramArguments</key> 
  <array> 
    <string>sh</string> 
    <string>-c</string> 
    <string>launchctl setenv DASELEMENT_LICENSE 5053@license-server</string> 
  </array> 
  <key>RunAtLoad</key> 
  <true/> 
</dict> 
</plist>
Info
Please restart your Mac. After the reboot the variable will now be automatically set for you.

Uninstall

Go to the Applications folder in the Finder. Right click the das element version and select Move to Bin.