For presenting the prototype we need a demo system and deploy the code there.
Ideally some VPS instance with a cron job that pulls the master branch every few minutes.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Declined | None | T196549 Termbox | |||
| Resolved | • Lea_WMDE | T196550 Milestone I - possibility to see existing languages on mobile | |||
| Resolved | Lydia_Pintscher | T196623 Termbox Prototype for Milestone I | |||
| Resolved | Addshore | T197071 Create demo system for user testing |
Event Timeline
Comment Actions
Well... we can't use a tool with wikidata in the name.. T190707
I'll perhaps use a VPS instead
Comment Actions
WMF cloud project: wikidata-dev
Instance name: wikidata-mobile
URL: https://wikidata-termbox.wmflabs.org/Q123
Within the instance....
- The code is in /srv/termbox/git
- There is a cron on the root crontab pulling every minuite
- There is a screen on the dev user running "PORT='80' HOST='0.0.0.0' npm run dev"
It probably isn't the more resilient test system, but lets see.
We need to use the dev server in order to have the proxy to avoid CORS issues for talking to the wikidata api
The service runs as root so it can bind to port 80 without other faff.