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
F24680925: D1731.id4407.diff
Wed, Mar 4, 22:54
Unknown Object (File)
Tue, Mar 3, 22:42
Unknown Object (File)
Tue, Mar 3, 21:19
Unknown Object (File)
Tue, Mar 3, 14:44
Unknown Object (File)
Tue, Mar 3, 14:33
Unknown Object (File)
Tue, Mar 3, 14:05
Unknown Object (File)
Tue, Mar 3, 13:35
Unknown Object (File)
Tue, Mar 3, 00:03
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.