Difference between revisions of "Visual Editor Install"

From SETV Springfield Technical Wiki
Jump to: navigation, search
(Created page with "Mediawiki's Visual Editor is not included with Mediawiki. It is an external add-on that requires a LOT of work to get working. After you have MediaWiki installed and working,...")
 
Line 1: Line 1:
 
Mediawiki's Visual Editor is not included with Mediawiki. It is an external add-on that requires a LOT of work to get working.
 
Mediawiki's Visual Editor is not included with Mediawiki. It is an external add-on that requires a LOT of work to get working.
  
After you have MediaWiki installed and working, do the following
+
After you have MediaWiki installed (to a users' account NOT <code>/var/www/mediawiki</code> and working, do the following
#
+
#<code>cd extensions
 +
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/VisualEditor.git
 +
cd VisualEditor
 +
git submodule update --init</code>
 +
# Run This as Root from within the base wiki directory <code>curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -</code>

Revision as of 07:01, 19 August 2016

Mediawiki's Visual Editor is not included with Mediawiki. It is an external add-on that requires a LOT of work to get working.

After you have MediaWiki installed (to a users' account NOT /var/www/mediawiki and working, do the following

  1. cd extensions

git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/VisualEditor.git cd VisualEditor git submodule update --init

  1. Run This as Root from within the base wiki directory curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -