Click here to Skip to main content
15,916,463 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I could use some CI/CD right now... Pin
honey the codewitch2-Dec-19 5:32
mvahoney the codewitch2-Dec-19 5:32 
GeneralRe: I could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 5:45
professionalSander Rossel2-Dec-19 5:45 
GeneralRe: I could use some CI/CD right now... Pin
honey the codewitch2-Dec-19 5:46
mvahoney the codewitch2-Dec-19 5:46 
GeneralRe: I could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 7:45
professionalSander Rossel2-Dec-19 7:45 
GeneralRe: I could use some CI/CD right now... Pin
#realJSOP2-Dec-19 6:39
professional#realJSOP2-Dec-19 6:39 
GeneralRe: I could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 7:47
professionalSander Rossel2-Dec-19 7:47 
GeneralRe: I could use some CI/CD right now... Pin
Jörgen Andersson2-Dec-19 10:22
professionalJörgen Andersson2-Dec-19 10:22 
GeneralRe: I could use some CI/CD right now... Pin
Rick York2-Dec-19 7:13
mveRick York2-Dec-19 7:13 
I have a similar issue with deployment. I work with a desktop-style app though, not a web-based one. To complicate matters, it talks to other instances of itself on other machines. They have a client-server relationship where there is one client and several servers and the client machine has the UI and is on the company intranet. As an added bonus, one site is five minutes away, another is three hours, and another is about ten hours away. I use ScreenConnect to access the ones that are far away and sometimes the closer one too.

My answer to this problem was to make the program have a self-update facility built in so it works easily over screenconnect, or similar remote control app. I go to the running app and select the update option. It prompts for a file and I choose the one I just sent to it over screenconnect. Then it gives a prompt, "Do you want to update from version w.x.y to version w.x.z?" If I choose yes, the running program starts up the new version and passes it the location of the running program and an argument that says update yourself to here. Then the older, running version terminates itself. The new one waits until the old one is gone, copies itself to the specified location, starts itself at the new location, and then terminates itself. There is another option to update the servers which copies itself over a socket connection to to the servers and they do the same process. It's a little tricky but it all works really well and is very simple for me to use.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

GeneralRe: I could use some CI/CD right now... Pin
Mycroft Holmes2-Dec-19 11:27
professionalMycroft Holmes2-Dec-19 11:27 
GeneralRe: I could use some CI/CD right now... Pin
GuyThiebaut2-Dec-19 21:02
professionalGuyThiebaut2-Dec-19 21:02 
GeneralRe: I could use some CI/CD right now... Pin
Richard Deeming3-Dec-19 1:00
mveRichard Deeming3-Dec-19 1:00 
GeneralSnow, and more snow. Pin
Slacker0072-Dec-19 0:00
professionalSlacker0072-Dec-19 0:00 
GeneralRe: Snow, and more snow. Pin
OriginalGriff2-Dec-19 0:03
mveOriginalGriff2-Dec-19 0:03 
GeneralRe: Snow, and more snow. Pin
#realJSOP2-Dec-19 0:51
professional#realJSOP2-Dec-19 0:51 
GeneralRe: Snow, and more snow. Pin
CodeWraith2-Dec-19 1:03
CodeWraith2-Dec-19 1:03 
GeneralRe: Snow, and more snow. Pin
theoldfool2-Dec-19 0:53
professionaltheoldfool2-Dec-19 0:53 
GeneralRe: Snow, and more snow. Pin
OriginalGriff2-Dec-19 1:34
mveOriginalGriff2-Dec-19 1:34 
GeneralRe: Snow, and more snow. Pin
CodeWraith2-Dec-19 1:01
CodeWraith2-Dec-19 1:01 
GeneralRe: Snow, and more snow. Pin
Slacker0072-Dec-19 1:59
professionalSlacker0072-Dec-19 1:59 
GeneralRe: Snow, and more snow. Pin
Jörgen Andersson2-Dec-19 3:38
professionalJörgen Andersson2-Dec-19 3:38 
GeneralRe: Snow, and more snow. Pin
Nelek2-Dec-19 5:23
protectorNelek2-Dec-19 5:23 
GeneralRe: Snow, and more snow. Pin
Jörgen Andersson2-Dec-19 10:33
professionalJörgen Andersson2-Dec-19 10:33 
GeneralRe: Snow, and more snow. Pin
CodeWraith2-Dec-19 13:15
CodeWraith2-Dec-19 13:15 
GeneralRe: Snow, and more snow. Pin
kalberts2-Dec-19 21:32
kalberts2-Dec-19 21:32 
GeneralRe: Snow, and more snow. Pin
Mycroft Holmes2-Dec-19 11:30
professionalMycroft Holmes2-Dec-19 11:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.