Note:4: Difference between revisions
(Created page with "{{Note |title=Installing RESTBase |tags=RESTBase, Installing }} ==See also== * RESTBase documentation: https://www.mediawiki.org/wiki/RESTBase * RESTBase installation in Med...") |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Note | {{Note | ||
|title=Installing RESTBase | |title=Installing RESTBase | ||
|tags=RESTBase | |tags=RESTBase | ||
}} | }} | ||
==Installing== | |||
* <code>git clone https://gerrit.wikimedia.org/r/p/mediawiki/services/restbase</code> | |||
* Follow instructions in README.md | |||
** <code>curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash</code> | |||
** <code>source ~/.bashrc</code> | |||
** <code>nvm install node</code> | |||
** <code>cd restbase</code> | |||
** <code>npm install</code> | |||
==Issues== | |||
* npm does not appear to be available for debian stretch, the current stable version of debian, so you need to install nvm to get it. | |||
* How do you run RESTBase as a service? | |||
==See also== | ==See also== | ||
* In Diffusion: https://phabricator.wikimedia.org/diffusion/GRES | |||
* RESTBase documentation: https://www.mediawiki.org/wiki/RESTBase | * RESTBase documentation: https://www.mediawiki.org/wiki/RESTBase | ||
* RESTBase installation in MediaWiki cxserver: https://www.mediawiki.org/wiki/Content_translation/cxserver/Setup | * RESTBase installation in MediaWiki cxserver: https://www.mediawiki.org/wiki/Content_translation/cxserver/Setup |
Latest revision as of 10:19, 3 September 2017
Author | |
---|---|
Created | 3 September 2017 14:10:00 |
Last Modified | 3 September 2017 15:19:45 |
Tags | RESTBase |
Installing
git clone https://gerrit.wikimedia.org/r/p/mediawiki/services/restbase
- Follow instructions in README.md
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
source ~/.bashrc
nvm install node
cd restbase
npm install
Issues
- npm does not appear to be available for debian stretch, the current stable version of debian, so you need to install nvm to get it.
- How do you run RESTBase as a service?
See also
- In Diffusion: https://phabricator.wikimedia.org/diffusion/GRES
- RESTBase documentation: https://www.mediawiki.org/wiki/RESTBase
- RESTBase installation in MediaWiki cxserver: https://www.mediawiki.org/wiki/Content_translation/cxserver/Setup