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
Unknown Object (File)
Mon, Dec 16, 10:59
Unknown Object (File)
Sat, Dec 14, 23:11
Unknown Object (File)
Fri, Dec 13, 15:47
Unknown Object (File)
Sun, Dec 1, 21:28
Unknown Object (File)
Sun, Dec 1, 15:30
Unknown Object (File)
Sat, Nov 30, 04:03
Unknown Object (File)
Sat, Nov 30, 03:43
Unknown Object (File)
Sat, Nov 23, 14:11
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.