Open Dental 11 Trial on Linux

For users or potential users.
Post Reply
User avatar
Justin Shafer
Posts: 596
Joined: Sat Jul 28, 2007 7:34 pm
Location: Fort Worth, TX.

Open Dental 11 Trial on Linux

Post by Justin Shafer » Fri Jan 06, 2012 10:23 pm

Dont use this in a production enviroment unless your ready to assume the risk and consequences. This is more for fun. If it doesn't sound fun, DON'T DO IT!

Install Ubuntu 11.10 (or thats what this was tested on)

Here is a script to make it easy.. For fun. The database and binary files are taken from the latest trial..
When mysql-server asks you to create a password, that will be for the user called root. Remember the password, you will need it to login to OpenDental. Either execute it line by line or throw it in a file and make it an executable script.

sudo apt-get update
sudo apt-get install mysql-server
sudo apt-get install wine
sudo mkdir /OpenDental
sudo chmod 777 /OpenDental
cd /OpenDental
wget http://66.147.226.202/odtrial.sql
mysql -u root -p < odtrial.sql
winetricks directx9 dotnet20 gdiplus richtx32 vcrun2010 corefonts
wget http://66.147.226.202/od.zip
unzip od.zip
rm od.zip
wget http://66.147.226.202/OpenDentImages.zip
sudo mkdir /OpenDentImages
sudo unzip OpenDentImages.zip -d /OpenDentImages
sudo chmod -R 777 /OpenDentImages/*
sudo chmod 777 /OpenDentImages
sudo chmod 777 /OpenDental/opendental.desktop
cp /OpenDental/opendental.desktop ~/Desktop
cp /OpenDental/opendental.desktop ~/
cp /OpenDental/opendental.desktop ~/.local/share/applications
wine OpenDental.exe
Last edited by Justin Shafer on Sun Jan 08, 2012 2:29 am, edited 5 times in total.

User avatar
Justin Shafer
Posts: 596
Joined: Sat Jul 28, 2007 7:34 pm
Location: Fort Worth, TX.

Re: Open Dental 11 Trial on Linux

Post by Justin Shafer » Fri Jan 06, 2012 10:32 pm

another way to do this would be:

Go To Terminal:

wget http://66.147.226.202/odtrial
sudo chmod 777 odtrial
./odtrial

User avatar
Justin Shafer
Posts: 596
Joined: Sat Jul 28, 2007 7:34 pm
Location: Fort Worth, TX.

Re: Open Dental 11 Trial on Linux

Post by Justin Shafer » Sat Jan 07, 2012 4:08 am

I added a file that is on the desktop or your home folder, its a unity launcher that executes OpenDental with wine.. Drag it to the launcher and then you can easiy rerun OpenDental.. even gave it an icon.

:D
Someone give it a whirl, you will be surprised it works..
Image

User avatar
wjstarck
Posts: 936
Joined: Tue Jul 31, 2007 7:18 am
Location: Keller, TX
Contact:

Re: Open Dental 11 Trial on Linux

Post by wjstarck » Sat Jan 07, 2012 7:14 am

I like it when you get bored.

Fun things happen :D
Last edited by wjstarck on Sat Jan 07, 2012 7:41 am, edited 1 time in total.
Cheers,

Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA

User avatar
Justin Shafer
Posts: 596
Joined: Sat Jul 28, 2007 7:34 pm
Location: Fort Worth, TX.

Re: Open Dental 11 Trial on Linux

Post by Justin Shafer » Sat Jan 07, 2012 7:25 am

I should be working! I know I have something to do! :)

User avatar
Justin Shafer
Posts: 596
Joined: Sat Jul 28, 2007 7:34 pm
Location: Fort Worth, TX.

Re: Open Dental 11 Trial on Linux

Post by Justin Shafer » Sun Jan 08, 2012 2:19 am

Drawing is slow with VMWare 8.. Much faster on a real pc that supports OpenGL. I have found the chart is faster with opengl and wine. You should run glxgears and glxinfo to make sure opengl is working. Load OD, go to File and Graphics... Choose OpenGL, hardware acceleration and double buffering. I think VMWare 7 would be faster. glxgears runs okay in vmware... strange..

VirtualBox is much faster for me, but not killer fast.

I need a new video card! My old one broke, so I am using the one before that. Ati X1600. :D Im sure that doesnt help.

Also, we are running dotnet 2.0.. I am willing to bet there is some functionality that will be broken. You could end up damaging your database.. It will be your own fault. :o Dont use this in a production enviroment unless your ready to assume the risk and consequences.

I would like to run mono with wine, just for directx and opengl functionality.. But I dont see that happening. Maybe someone will figure out how to install dotnet4 on wine, but so far people are still working on 3.5.. and 3.0....

OD can be recompiled for Mono, but its a pain. You could tell visual studio to compile OD in dotnet 2.0, but I doubt it would compile.

jimgaas
Posts: 31
Joined: Fri Aug 12, 2011 5:30 am

Re: Open Dental 11 Trial on Linux

Post by jimgaas » Sun Jan 22, 2012 11:53 am

This is fantastic!
I installed OD on Ubuntu 11.10 running in Virtualbox with a Windows 7 host.
I am having some graphics issues but it does run.
Great work! I love it.

Post Reply