9069
ediciones
Cambios
sin resumen de edición
http://docs.webfaction.com/user-guide/databases.html
3) Bind the application to a domain with a website record.
http://docs.webfaction.com/user-guide/websites.html#creating-a-website
4) SSH into the server and run these commands,
Change working directory to the media wiki directory,
'''''$ cd ~/webapps/blabla/'''''
Download media wiki with 'wget'
'''''$ wget http://download.wikimedia.org/mediawiki/1.25/mediawiki-1.25.1.tar.gz'''''
Extract the tarball (mediawiki-1.25.1.tar.gz) to the current working directory (.)
'''''$ tar -xvvf mediawiki-1.25.1.tar.gz'''''
Subir el directorio un nivel para que los archivos no queden adentro de la carpeta mediawiki-1.25.1
'''''$ mv ~/webapps/blabla/mediawiki-1.25.1/* ~/webapps/blabla/'''''