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 » Wed Aug 26, 2009 9:49 pm

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 » Wed Aug 26, 2009 9:56 pm

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: 5744
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Roll your own....

Post by jordansparks » Thu Aug 27, 2009 5:58 am

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 » Thu Aug 27, 2009 8:37 pm

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: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: Roll your own....

Post by drtech » Fri Aug 28, 2009 6:49 am

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 » Mon Aug 31, 2009 7:44 am

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: 5744
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Roll your own....

Post by jordansparks » Wed Sep 02, 2009 5:05 am

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