Page MenuHomeDevCentral

Install ep_ether-o-meter and ep_author_neat plugins
ClosedPublic

Authored by dereckson on Sep 11 2018, 21:51.
Tags
None
Referenced Files
F2741492: D1731.diff
Thu, Mar 28, 00:49
Unknown Object (File)
Sat, Mar 23, 14:37
Unknown Object (File)
Fri, Mar 22, 11:41
Unknown Object (File)
Fri, Mar 22, 04:02
Unknown Object (File)
Tue, Mar 19, 11:52
Unknown Object (File)
Sun, Mar 17, 13:26
Unknown Object (File)
Fri, Mar 15, 22:26
Unknown Object (File)
Fri, Mar 15, 17:52
Subscribers
None

Diff Detail

Repository
rDETHER Docker image for Etherpad
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
$ docker build -t nasqueron/etherpad:production .
...
Step 8/12 : RUN npm install ep_ether-o-meter && npm install ep_author_neat
 ---> Running in 31df331ee495
npm WARN saveError ENOENT: no such file or directory, open '/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/package.json'
npm WARN !invalid#1 No description
npm WARN !invalid#1 No repository field.
npm WARN !invalid#1 No README data
npm WARN !invalid#1 No license field.

+ ep_ether-o-meter@0.0.2
added 1 package in 2.007s
npm WARN saveError ENOENT: no such file or directory, open '/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/package.json'
npm WARN !invalid#1 No description
npm WARN !invalid#1 No repository field.
npm WARN !invalid#1 No README data
npm WARN !invalid#1 No license field.

+ ep_author_neat@0.0.31
added 1 package in 1.185s
Removing intermediate container 31df331ee495
 ---> 83de78b533c3
...
This revision is now accepted and ready to land.Sep 11 2018, 22:01
This revision was automatically updated to reflect the committed changes.