Changes

Jump to navigation Jump to search
68 bytes added ,  20:09, 9 July 2016
no edit summary
Line 24: Line 24:     
* See https://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_account_creation
 
* See https://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_account_creation
 +
* Create account page: https://wiki.sugarlabs.org/index.php?title=Special:UserLogin&type=signup
    
== Local Labs contacts ==
 
== Local Labs contacts ==
Line 91: Line 92:  
  git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git wiki-devel
 
  git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git wiki-devel
 
  cd wiki-devel
 
  cd wiki-devel
  git co -b REL1_19 remotes/origin/REL1_19
+
  git checkout -b REL1_19 remotes/origin/REL1_19
 
  git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions.git extensions-all
 
  git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions.git extensions-all
 
  cd extensions-all
 
  cd extensions-all
Line 103: Line 104:  
== Visual Editor ==
 
== Visual Editor ==
   −
This wiki has the VisualEditor extension now!
+
This wiki has the VisualEditor extension.
    
In order to do that, we need the parsoid node js service.  Since Sunjammer is running too old of a version, this service is hosted on freedom.  It can be started using:
 
In order to do that, we need the parsoid node js service.  Since Sunjammer is running too old of a version, this service is hosted on freedom.  It can be started using:
  docker run -p 8001:8000 -e MW_URL=http://wiki.sugarlabs.org -d dscho/parsoid
+
  container.yml start /home/sam/parsoid -d
 
And is accessed at http://freedom.sugarlabs.org:8001/
 
And is accessed at http://freedom.sugarlabs.org:8001/
   Line 115: Line 116:     
  git pull
 
  git pull
  git co -b REL1_xx remotes/origin/REL1_xx
+
  git checkout -b REL1_xx remotes/origin/REL1_xx
    
The "extensions-all" directory contains a bunch of git repositories stitched together with 'git submodule'.
 
The "extensions-all" directory contains a bunch of git repositories stitched together with 'git submodule'.

Navigation menu