Install
Simply download and double click the DMG file.
Drag&drop the das element icon on Applications icon.
The first time you start the application is might take a few seconds longer to start.
Connect to license server
In order to connect to the license server you have to set an environment variable (DASELEMENT_LICENSE)
Use this command set the variable:
launchctl setenv DASELEMENT_LICENSE 5053@license-server
Permanently set the environment variable
Create a new properties file in this location: ~/Library/LaunchAgents/
Call the file: das-element.set-license-server.plist
and add this content …
<?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.set-license-server</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>
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.