Azure Notes
From Simson Garfinkel
Jump to navigationJump to search
Notes for getting mediawiki running on Microsoft Windows Azure:
- Create an account with a Linux VM
- apt-get update
- apt-get install apache2 emacs24
- apt-get install mediawiki mediawiki-extensions mediawiki-extensions-base mediawiki-math mediawiki-extensions-texvc
- apt-get install mysql (and provide a mysql password)
This didn't work so well, so i just got my own copy of mediawiki
- apt-get install php5-xcache
- /etc/init.d/apache2 restart