I finished all the steps and checked the url http://127.0.0.1/zm/ which gives the output
I've checked the directories and they are owned by www-dataCannot write to content dirs('events','images'). Check that these exist and are owned by the web account user
Code: Select all
ritwik@ritwik-B250M-D3H:/var/cache/zoneminder$ ls -lrt
total 12
drwxr-xr-x 2 www-data www-data 4096 Apr 5 2016 temp
drwxr-xr-x 2 www-data www-data 4096 Apr 5 2016 images
drwxr-xr-x 2 www-data www-data 4096 Apr 5 2016 events
but that returned a valuecurl -XPUT http://localhost/zm/api/configs/edit/ZM_DIR_EVENTS.json -d "Config[Value]=events
.The requested method PUT is not allowed for the URL /zm/api/configs/edit/ZM_DIR_EVENTS.json
I'm using Ubuntu 16.04