On Mon, 11 Aug 2014, at 21:45, Shai Katz wrote: > I already have vps with Ubuntu 14.0.4 I just can't sucessfuly install the VE > by myself, this is the reason I'm looking for hosting that install it for me. > If someone can help me with the installation on my Ubuntu I'll be glad :) >
this would give you the wonderful advangage of taking full power of studying and modifying source code which is a key freedom - software freedom mediawiki is free software follow here https://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Ubuntu free to skip imagemagic (unless you want users to upload files) and skip installing phpmyadmin, and ftp server (they're totally redundant afaik) then follow here https://www.mediawiki.org/wiki/Extension:VisualEditor DO follow parsoid service steps if you would like this to go to production very easy mostly, run scripts other people wrote for you, files drag&drop, add lines to localsettings, a lot of other similar things use wget to download things in commandline, and 'tar -xvf' to untar them, 'mv' to rename them if you have questions ask around here or at #mediawiki at chat.freenode.net (more detail about this live chat thingy at https://www.mediawiki.org/wiki/IRC ) this software usually gives you error message text, on-screen most time, sometime need to check apache logs, watch them live at `tail -f /var/log/apache2/*' if at all needed svetlana _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
