Roll your own....

This forum is for programmers who have questions about the source code.
Post Reply
fdscadmin
Posts: 59
Joined: Thu Aug 09, 2007 2:33 pm

Roll your own....

Post by fdscadmin »

In an effort to deliver "patches" quickly to my facility I would like to install my own compiled version, but still be able to update through main. I have no desire to stray from the main branch, I just want to deploy these things faster. Will I run into any issues doing this?
fdscadmin
Posts: 59
Joined: Thu Aug 09, 2007 2:33 pm

Re: Roll your own....

Post by fdscadmin »

One issue I have found so far is that when I click "Check for Updates" I get the error

"Error: Unable to connect to the remote server"
User avatar
jordansparks
Site Admin
Posts: 5776
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Roll your own....

Post by jordansparks »

I don't see any problems as long as there are no database schema changes. I don't know why our server would be unavailable. Was this working for you in the past?
Jordan Sparks, DMD
http://www.opendental.com
fdscadmin
Posts: 59
Joined: Thu Aug 09, 2007 2:33 pm

Re: Roll your own....

Post by fdscadmin »

Definitely no db changes.

No, I have never tried this before. I am using VS C# Express if that makes any difference.
User avatar
drtech
Posts: 1668
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: Roll your own....

Post by drtech »

express should work fine...what exactly are you doing to inject your own compiled version into the update process? I always just run a batch script to copy the files over when they are started up in the morning from my compiled version...is there a better way (if you are not a paying member) to update?
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com
fdscadmin
Posts: 59
Joined: Thu Aug 09, 2007 2:33 pm

Re: Roll your own....

Post by fdscadmin »

Well I'm still stuck on this. I don't know why it can't update. Can anyone else compile and then update?
User avatar
jordansparks
Site Admin
Posts: 5776
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Roll your own....

Post by jordansparks »

I'm going to guess you're using the debug instead of release, because in debug, there's a different server URL which of course would be invalid for you.
Jordan Sparks, DMD
http://www.opendental.com
Post Reply