Open main menu

Changes

Install dx

848 bytes added, 16:28, 21 October 2020
m
removed Category:Op; added Category:OpenDX using HotCat
== Linux ==
See http://pkgs.org/download/dx or http://pkgs.org/centos-6/epel-i386/dx-4.4.4-11.el6.3.i686.rpm.html
Download the latest epel-release rpm from
<source lang="Bash">
sudo yum install epel-release
sudo yum install dx
 
# OR
cd $HOME/Downloads
curl http# RHEL/CentOS 6 64-Bit ##wget https://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm -o epel-releaselatest-6-8.noarch.rpmsudo rpm -Uvh epel-release-6*.rpmsudo yum install dx
</source>
 
== Dockerfile ==
If you know 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