We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the usual nexus installations, we can enable script creation by setting
nexus.scripts.allowCreation=true
in the file nexus.properties and then reboot the server.
nexus.properties
I was not able to do the same on the Jelastic installation. How can I achieve that?
The text was updated successfully, but these errors were encountered:
One way of doing it would be to change a bit the environment architecture:
Then, the scripts are kind of "disabled". In order to temporarily enable them, we could just have a manifest that disables the nginx rule.
However, I would be surprised that there is no more direct solution by changing some properties of the nexus server directly.
Sorry, something went wrong.
No branches or pull requests
On the usual nexus installations, we can enable script creation by setting
in the file
nexus.properties
and then reboot the server.I was not able to do the same on the Jelastic installation. How can I achieve that?
The text was updated successfully, but these errors were encountered: