Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wikimedia/labs-tools-graphql

Github mirror of "labs/tools/graphql" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
https://github.com/wikimedia/labs-tools-graphql

Last synced: about 1 month ago
JSON representation

Github mirror of "labs/tools/graphql" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Awesome Lists containing this project

README

        

GraphQL Gateway
===============
Serves as the federated gateway for wikis using the MediaWiki [GraphQL Extension](https://www.mediawiki.org/wiki/Extension:GraphQL).

### Wikimedia
GraphQL Gateway https://graphql.toolforge.org/

#### Deployment
1. `ssh login.toolforge.org`
2. `become graphql`
3. `cd www/js`
4. `git pull origin master`
5. `webservice --backend=kubernetes --mem 2Gi node10 shell`
6. `cd www/js`
7. `npm ci`
8. `exit`
9. `webservice --backend kubernetes node10 stop`
10. `webservice --backend kubernetes --canonical --cpu 1 --mem 2Gi node10 start`