wcms icon indicating copy to clipboard operation
wcms copied to clipboard

Set up a DEMO SITE

Open vincent-peugnet opened this issue 5 years ago • 1 comments

It would be good to allow web visitor to access a demo site.

Maybe I could re-use the .env and add a DEMO=(0|1) option ?

What do you think @n-peugnet ?

Otherwise in in the config.json file.

What should be done :

  • freeze admin panel
  • freeze demo admin user
  • disable delete rights

vincent-peugnet avatar Feb 10 '20 19:02 vincent-peugnet

the .env is used to give default values to make. If your feature is managed by make then it would make sense to use this file. Otherwise you should use the config.json

n-peugnet avatar Feb 11 '20 09:02 n-peugnet