annotate installer.sh @ 63:9bf133b91890

big fix and move to order 8
author tzara <rc-web@kiben.net>
date Tue, 21 May 2013 00:35:33 +0000
parents 474c1ad1e811
children 333afcfd3f3a
rev   line source
root@51 1 #!/bin/sh
root@51 2 mkdir -p /usr/local/bin
root@51 3 cp -pa nodescore /usr/local/bin/
root@51 4
root@51 5 mkdir /usr/share/nodescore
root@51 6 cp -pa www *.js /usr/share/nodescore/
rc-web@58 7 chown -R rob:www-data /usr/share/nodescore/
root@51 8 cp -pa nodescored /etc/init.d/
root@51 9 chmod 755 /etc/init.d/nodescored
root@51 10 update-rc.d nodescored defaults