Open main menu

Changes

Install dx

830 bytes added, 16:28, 21 October 2020
m
removed Category:Op; added Category:OpenDX using HotCat
== Dockerfile ==
If youknow how to run Docker, see the devel directory: {{relax url|path=devel_scripts/Docker/Ubuntu_16_04_OpenDX}} Here is a screencast for how it is working: '''youtu.be/vbJP21lebLE''' You can get dx working on a mac as easy as: open -a XQuartz xhost + `ipconfig getifaddr en1` docker run -ti --rm -e DISPLAY=$(ipconfig getifaddr en1):0 -v /tmp/.X11-unix:/tmp/.X11-unix -v $PWD:/home/developer/work --name ubuntu_dx opendx  Consider to add these to your .bash_profile alias dxdocker='open -a /Applications/Docker.app/Contents/MacOS/Docker' alias dxx='open -a XQuartz; xhost + `ipconfig getifaddr en1`' alias dx='docker run -ti --rm -e DISPLAY=$(ipconfig getifaddr en1):0 -v /tmp/.X11-unix:/tmp/.X11-unix -v $PWD:/home/developer/work --name ubuntu_dx opendx' alias dxbash='docker exec -it ubuntu_dx bash'
== MAC ==
Buy for 25$ Download from http://www.vizsolutions.com.<br>When you pay by Paypal, you get a mail with instructions to install. That mail will probably end-up in a spam filter. Remember to check there.
After installing, in your home .bash_profile, add this
Then you can open dx files from terminal
 
NOTE: A test try Oct. 2017 did not work on a macOS Sierra. <br>
Instead installing Docker for mac, and running [[Install_dx#Dockerfile | Dockerfile]] worked instead.
== See also ==
[[Dx map]]
[[Category:SoftwareOpenDX]]
Trusted, Bureaucrats
4,223

edits