Replies: 1 comment
-
Yet another idea would be to add support for sourcing the environment variables. With bash that would be something like:
You could probably make something like this for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A script to make the running of the server a little easier. The more you make the process convenient the more people will want to use the software.
People could write their own scripts, but why force everyone to do that. It is even worse if they keep upgrading by downloading the next version.
As for the filename changing with version numbers, I would create a symlink to the actual file via automation. Alternatively you could use a wildcard like
ClipCascade-Server.-*.jar
.You would probably also then want to make a
ClipCascade-Server-3.0.2.tar.gz
instead of just thejar
stand-alone.Symlink:
server.sh
forLinux
andmacOS
:server.bat
forWindows
:Beta Was this translation helpful? Give feedback.
All reactions