User:FGrose/wiki-devel: Difference between revisions
Created page with '==Setup recipe== * VirtualBox virtual machine 4-GB fixed .vdi * Ubuntu Koala 9.10 Server32 ext2 partition *# sudo passwd root *# sudo aptitude update *# sudo aptitude safe-upgrad…' |
No edit summary |
||
| Line 8: | Line 8: | ||
*# sudo aptitude install openssh-server | *# sudo aptitude install openssh-server | ||
*# sudo aptitude install apache2 mysql-server php5 php5-mysql php5-cli | *# sudo aptitude install apache2 mysql-server php5 php5-mysql php5-cli | ||
* MediaWiki 1.16.0beta1.tar.gz copied to /var/www/ (See http://www.mediawiki.org/wiki/Manual:Installing_MediaWiki.) | |||
*# cd /var/www/ | |||
*# tar xvzf mediawiki-*.tar.gz | |||
*# | *# | ||