Service/wiki: Difference between revisions

Added info about visual editor
Line 99: Line 99:
== Visual Editor ==
== Visual Editor ==


The wiki will have the VisualEditor soon! In order to do that, we need the parsoid node js service.
The wiki will have the VisualEditor soon!


Since Sunjammer is running too old of a version, this service is hosted on freedom.
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
 
And is accessed on http://freedom.sugarlabs.org:8001/


More info to come (deployment in progress)
More info to come (deployment in progress)