Difference between revisions of "User:FGrose/wiki-devel"
Jump to navigation
Jump to search
(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…') |
|||
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 | ||
*# | *# |
Revision as of 22:25, 15 March 2010
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-upgrade
- sudo aptitude dist-upgrade
- sudo aptitude install openssh-server
- 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