`npm start` normally indicates you're starting some sort of server in the frontend. So it makes sense that it wouldn't "complete".
Which seems to match up with the documentation. You want this server process running so you should be setting it up as a daemon/service that starts up on boot. Using whatever method is best for your server machine. ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/] On 2015-12-17 1:41 PM, Andrew Geary wrote: > I am trying to install ContentTranslation on our MediaWiki site. I am having > trouble getting past the installation where I run the command "npm start" for > the cxserver that is needed in partnership with the extension. The process > takes hours and never seems to complete, consistently showing variations of > the following: > > {"name":"mediawiki-contenttranslation.heap.rss","hostname":"hoplahoma","pid":11219,"level":10,"message":"timing:mediawiki-contenttranslation.heap.rss:62722048","method":"timing","value":62722048,"levelPath":"trace/metrics","msg":"timing:mediawiki-contenttranslation.heap.rss:62722048","time":"2015-12-17T21:33:38.678Z","v":0} > {"name":"mediawiki-contenttranslation.heap.total","hostname":"hoplahoma","pid":11219,"level":10,"message":"timing:mediawiki-contenttranslation.heap.total:52044288","method":"timing","value":52044288,"levelPath":"trace/metrics","msg":"timing:mediawiki-contenttranslation.heap.total:52044288","time":"2015-12-17T21:33:38.679Z","v":0} > {"name":"mediawiki-contenttranslation.heap.used","hostname":"hoplahoma","pid":11219,"level":10,"message":"timing:mediawiki-contenttranslation.heap.used:19116472","method":"timing","value":19116472,"levelPath":"trace/metrics","msg":"timing:mediawiki-contenttranslation.heap.used:19116472","time":"2015-12-17T21:33:38.680Z","v":0} > > Do I need to give the process more time? Is there something else I can do to > fix the issue? I have yet to get past this step in the installation process > setting up the cxserver. We run Mediawiki 1.26, PHP 5.5.9, MySQL 5.5.46. > Thank you in advance. > > Best, > Andrew > > Andrew Geary > SEG Wiki editor > Society of Exploration Geophysicists (SEG) > 8801 South Yale, Suite 500 / Tulsa, OK 74137 USA > 504-407-1303 > [email protected] > www.seg.org > > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
