Mercurial > hg > nodescore
annotate installer.sh @ 68:b076cd17638c
again
author | tzara <rc-web@kiben.net> |
---|---|
date | Fri, 07 Jun 2013 18:57:53 +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 |