cmf-sandbox icon indicating copy to clipboard operation
cmf-sandbox copied to clipboard

Remove current vagrant box and replace by nix environment

Open ElectricMaxxx opened this issue 8 years ago • 1 comments

@fpletz here i would wish to get a nix environment to test and run our sandbox. it should contain all stuff mentioned on README.md. So:

  • webserver to serve a syfmoyn app (nginx + php-fpm + modules)
  • mysql db with credentials (+Grants) mentioned in parameters.yml for dbal implementation
  • jackrabit server for jackrabit implementation
  • setup script to install dbal or jackrabit implementation

ElectricMaxxx avatar Oct 08 '17 09:10 ElectricMaxxx

For this case we would need a NixOS machine because we have to manage multiple services. Either using vagrant and the nixos provider or with nixops (can deploy to i.e. virtualbox).

fpletz avatar Oct 25 '17 02:10 fpletz