Skip to content

Instantly share code, notes, and snippets.

@ralphtheninja
Forked from nrn/gist:f818fa7decfd910362b7
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralphtheninja/754b54ee4999fa5e92b5 to your computer and use it in GitHub Desktop.
Save ralphtheninja/754b54ee4999fa5e92b5 to your computer and use it in GitHub Desktop.
initscript="
start on started networking
stop on stopping networking
respawn
env HOME='/root'
exec wiki -f -p 80
"
wget https://raw.githubusercontent.com/isaacs/nave/master/nave.sh &&
bash nave.sh usemain 0.10 &&
npm i -g nave wiki &&
echo "$initscript" > /etc/init/wiki.conf &&
start wiki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment