Hey, all..
I have a Pharo application that I ready to deploy to production. I haven���t done this in a lot of years, so I thought I might check around on what the current best practices are.
The app is a Teapot(REST) based application that processes SMS and MMS messages, including saving files to the file system, etc..
In the past, I would have added some kind of remote desktop server into my image, and run it headless on the server. When I needed to update the source code with monticello, I would use a VNC client to log in, update my source code, save the image, etc.
I have a feeling things have progressed at this point. Can anyone point me in the right direction to learn current best practices?
I will most likely be updating this to a gemstones app, but while this is in beta, i just want to worry about user experience of the application..
Thanks!