I'm trying install StackSync Server 0.6.10 in Ubuntu Server 14.04. I've been using this tutorial
http://stacksync.org/documentation/getting-started-to-stacksync
but on this command >>>> sudo dpkg -i stacksync-server_X.X.X_all.deb
I get some following errror:
touch: cannot touch '/var/log/stacksync-server/stacksync-server.out': No such file or directory
touch: cannot touch '/var/log/stacksync-server/stacksync-server.err': No such file or directory
chown: cannot access '/var/log/stacksync-server': No such file or directory
chmod: cannot access '/var/log/stacksync-server': No such file or directory
I try chang permission in /var/log/ and chown command but it not work
Thank you for help: