annotate installer.sh @ 58:474c1ad1e811

big fix to seq logic and control css
author tzara <rc-web@kiben.net>
date Sun, 31 Mar 2013 01:46:39 +0000
parents ee713a19b6ba
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