AllinONE installer OZWCP WEB APPLICATION

Folks,
when I run what you can find on the webpage:
To launch the OZWCP web application:

Make sure Home Assistant is not running! So stop that first

ssh pi@your_raspberry_pi_ip
cd /srv/homeassistant/src/open-zwave-control-panel/
sudo ./ozwcp -p 8888

I do get a:
2017-03-10 17:02:31.555 Error, Cannot find a path to the configuration files at ./config/. Exiting…
2017-03-10 17:02:31.556 Error, Exception: Options.cpp:91 - 1 - Cannot Find Configuration Files

try

ln -s config ../open-zwave/config

before the sudo ./ozwcp command

(you should only have to do this the first time)

pi@home-assistant:/srv/homeassistant/src/open-zwave-control-panel $
ln -s config ../open-zwave/config
ln: failed to create symbolic link ‘../open-zwave/config’: No such file or directory
pi@home-assistant:/srv/homeassistant/src/open-zwave-control-panel $ cd ..
pi@home-assistant:/srv/homeassistant/src $ ls
libcec libmicrohttpd libmicrohttpd-0.9.19 libmicrohttpd-0.9.19.tar.gz mosquitto-repo.gpg.key open-zwave-control-panel platform python-openzwave

…are the only directories

Has anyone had an answer to this yet? I’m in the same boat as Juergen.