Uploaded image for project: 'Planet4'
  1. Planet4
  2. PLANET-5977

Create pre-built dev env release

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Should have Should have
    • 2.56.0
    • None
    • 2
    • Dev Tools
    • Sprint #157, Sprint #158, Sprint #159, Sprint #160

      Preliminary tests show that it's possible to zip the ./persistence folder once installed,
      transfer it to another machine and run it as is.
      It should be possible to compile an installation on CI, and propose it as a local dev env release, allowing for a much faster time to first run, with less filesystem manipulations and compilation problems.

      The local install process could then be mainly downloads, and split in 2 categories:

      • Local dev for NRO developers:
        • don't need the main repos to be ready to edit
        • we can just download the compiled persistence folder and run on it right away
      • Local dev for main repos developers:
        • still need main repos installed for edition (git repo, npm dev dependencies, etc.)
        • we can still download the release, which will avoid all the wordpress installation process
        • then we replace the required repos with live ones, running the known repos/update targets

      =make from-release=

      • download latest release file if not exists
      • unzip file to ./persistence
      • =make run=
        Builds/run all containers, taking persistence folder as a pre-built wordpress install
      • =make config=
        Config needs to be set, it didn't necessarily run before, and it should follow local config
      • NRO devs can then run =make nro-enable=

      =make dev-from-release=

      • =make from-release=
      • =make repos=
      • =make deps=

      Tests described in https://jira.greenpeace.org/browse/PLANET-5976 would then need to be changed to:

      • Install from scratch (the current =make dev=)
      • Basic checks, NRO checks
      • Create release
      • Install from release
      • Basic checks, NRO checks
      • Publish release

      The problems to solve:

            fhernand Florent Hernandez
            fhernand Florent Hernandez
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: