ivozprovider icon indicating copy to clipboard operation
ivozprovider copied to clipboard

Create a command line tool to check and update configuration

Open Kaian opened this issue 7 years ago • 0 comments

There are a few logics in packages postinstall scripts that would be good to move to a global script that perform common task for the platform. Following the common naming for this kind of tools it could be named ivozproviderctl

Here I will add task that this script could perform and could be replace in postinstall scripts. Feel free to suggest new functionalities or task that could also be useful during development. Take into account that this is a global tool that is not meant to replace each application bin/console, so task affecting a single application should be implemented first there.

  • [ ] Show global platform information (Release code, active profiles in current box, ...)
  • [ ] Configure Platform virtual IPs listed in ivozprovider.local DNS
  • [ ] Configure database passwords
  • [ ] Configure default platform language
  • [ ] Configure local box media relay address
  • [ ] Clear Symfony applications cache
  • [ ] Print available async workers status
  • [ ] Print database migration status

Kaian avatar Jun 29 '18 08:06 Kaian