Hi,
I'm trying to setup some scripts to configure a fresh ubuntu server and install the semantic media wiki automatically or least sem-automatically. I've got up to the maintenance/install.php script. When I run the following command I'm immediately logged out of the ubuntu server and have to log in again. No install is performed and no error message is presented.
sudo php install.php --wiki:ELT --server:example.com --dbuser:root --dbpass:password --dbname:wiki --dbtype:mysql --db:prefix:smw --pass:password
I can however install normally at this point using the web browser.
I note the http://www.mediawiki.org/wiki/Manual:Install.php has really no documentation
Any thoughts? Thanks