Azure Notes

From Simson Garfinkel
Jump to navigationJump to search

Notes for getting mediawiki running on Microsoft Windows Azure:

  1. Create an account with a Linux VM
  2. apt-get update
  3. apt-get install apache2 emacs24
  4. apt-get install mediawiki mediawiki-extensions mediawiki-extensions-base mediawiki-math mediawiki-extensions-texvc
  5. apt-get install mysql (and provide a mysql password)

This didn't work so well, so i just got my own copy of mediawiki

  1. apt-get install php5-xcache
  2. /etc/init.d/apache2 restart