Updated for Pharo 7 64-bit with Metacello baseline support#4
Updated for Pharo 7 64-bit with Metacello baseline support#4jvalteren wants to merge 49 commits intosvenvc:masterfrom
Conversation
… to copy sources file.
…to use baselines. Updated README.
…transcript to stdout." This reverts commit 9a7df65.
…e to file using NeoConsole transcript.
…o systemd service template.
Logging using Linux output redirect instead of NeoConsole log. Added creation of a more extensive deploy script to end of build script. Removed support for init.d in scaffold script. Updated and cleaned up scaffold script.
|
Hi Jonathan, I haven't forgotten about this. During the last couple of weeks I started using a new scheme to install/build/deploy pharo server code and I am quite happy with it. I tried to simplify things. I no longer use scaffolding, but a run subdirectory for each service. I put a simpler version online. Please have a look and tell me what you think. https://github.com/svenvc/minimal-pharo-server-tools In my real production code, these scripts are integrated in the main code base and include private key usage. Sven |
|
Hi Sven, Thanks for getting back on this. We've been happily using our modified version of the server tools over the last months. But, I'm already feeling a desire to apply more CI/CD principles to our workflow, so we're bound to extend the functionality at some point. I'll take a look at your new minimal Pharo server tools soon, thanks. First I've got to finish our project milestone this week ;-) So I'll get back to you somewhere next week (I hope). Cheers, |
Reverted NeoConsole git repository. Renamed some templates.
… to Pharo install script.
…loy script. Remove example template files.
…ackup. Improve use of SSH agent.
Added minor improvements, like LimitRTPRIO in systemd script.