On 09/13/2013 01:51 PM, Alex Muir wrote: > 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.
I don't understand why this would log you out but I can say that you shouldn't be using sudo to do this. Also, you are using parameters in the wrong way. Instead of "--db:prefix:smw" you would use "--db-prefix=smw". I did a lot of the work to adapt Chad's web-based installer to the CLI. Thanks for pointing out the lack of documentation for this. I'll work on improving it and I appreciate any further feedback you have. Mark. -- Mark A. Hershberger NicheWork LLC 717-271-1084 _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
