Hi Luigi,
A stated by the minemeld-web.log file, it was a permission issue:
Traceback (most recent call last):
File "/opt/minemeld/engine/0.9.48.post1/local/lib/python2.7/site-packages/minemeld/flask/prototypeapi.py", line 128, in list_prototypes
with open(os.path.join(p, plibrary), 'r') as f:
IOError: [Errno 13] Permission denied: '/opt/minemeld/prototypes/current/minemeldlocal.yml'
Then, setting "minemeld" as the owner of
/opt/minemeld/prototypes/current/minemeldlocal.yml
solved the issue.
Thanks a lot for your help !
P.S. : Do I need minemeldlocal.yml in /opt/minemeld/prototypes/current ?
... View more