wiki icon indicating copy to clipboard operation
wiki copied to clipboard

Auto installer

Open wzrdtales opened this issue 4 years ago • 3 comments

Description

This is an auto installer for installations in a fully automated kubernetes install. A customer needed this b/c he wants to roll it out to all the subsidiaries with the least amount of frictions possible. Since this will be useful for everyone I decided not to do an out of tree implementation.

Notes

  • got was added as a dependency. This project is still using request, however request is dead and deprecated for long time already. got is the node.js sides new project that fits into the spot of request best. Especially due to fine grained control over network parameters (such as socket timeouts, ssl timeouts, ...)
  • the setup.js file was rewritten by my auto fixer, if necessary will adjust that somewhat later, I would suggest you to add a .eslintrc or .prettierrc or both to the project to make sure that your repo standards are well defined and no one has to learn your code style standards and by that decrease interaction.
  • the graphql-upload dependency was implicit, but the lock file does not get used during the build. so it was broken and added specifically

wzrdtales avatar Jul 22 '21 09:07 wzrdtales

ping @NGPixel here is the one for dev.

wzrdtales avatar Oct 02 '21 09:10 wzrdtales

@NGPixel ping ping ping

wzrdtales avatar Oct 30 '21 09:10 wzrdtales

an auto-install will not be added in 2.x, as this could introduce new issues and would require some extensive documentation as to what it does and what must be provided.

The setup page step has been removed entirely in the upcoming 3.0, so that will no longer we necessary.

NGPixel avatar Nov 06 '21 05:11 NGPixel