Skip to content

Instantly share code, notes, and snippets.

@sergueif
Last active April 17, 2016 05:09
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 sergueif/18f8f16a504b0666deb989cfca8611d5 to your computer and use it in GitHub Desktop.
Save sergueif/18f8f16a504b0666deb989cfca8611d5 to your computer and use it in GitHub Desktop.
mkdir -p www/fedwiki/wiki
cd www/fedwiki/wiki
sudo apt-get update
sudo apt-get install npm
npm install wiki
sudo nodejs node_modules/.bin/wiki --port 80 --url YOUR_DOMAIN_NAME
#CTRL-C the wiki to stop it once its running
printf 'YOUR_MOZILLA_PERSONA_EMAIL' > ~/.wiki/status/persona.identity #super important to use printf instead of echo
sudo nodejs node_modules/.bin/wiki --port 80 --url YOUR_DOMAIN_NAME #keep this running forever by any means you like
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment