ansible icon indicating copy to clipboard operation
ansible copied to clipboard

Consistency with the INSTALL documentation

Open Rafiot opened this issue 9 years ago • 1 comments

I had a short look, would it be possible to install by default in /var/www/MISP ? As it is the default in INSTALL, that would be better. Or at least to pass it as a parameter.

Rafiot avatar Aug 26 '16 14:08 Rafiot

You are right, the path should become a parameter. The idea is to add Apache installation and the path should automatically be updated according to the webserver. e.g.

  • Nginx: /usr/share/nginx/www/MISP
  • Apache: /var/www/MISP

deloittem avatar Aug 27 '16 11:08 deloittem