No such file exception when starting server on CentOS

0
Hello,  I'm trying to run the server module on a CentOS distro After following the tutorial on github I've ran into this error:   What could be causing this? 
asked
1 answers
1

Hi Viktor,

Did you also setup and configure the ~/.m2ee/m2ee.yaml configuration file? It seems like the app_base variable is still pointing to /path/to/project/directory.

See https://github.com/mendix/m2ee-tools/blob/develop/doc/configure.md for more information.

answered