Still missing the patch for npm:
Please patch file[1] line
var python = gyp.opts.python || process.env.PYTHON || 'python'
to
var python = gyp.opts.python || process.env.PYTHON || 'python2'
Causing trouble with gyp, see [2].
[1] /usr/share/webapps/etherpad-lite/src/node_modules/npm/node_modules/node-gyp/lib/configure.js
[2] https://github.com/TooTallNate/node-gyp/pull/73
Search Criteria
Package Details: etherpad-lite 1:2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/etherpad-lite.git (read-only, click to copy) |
---|---|
Package Base: | etherpad-lite |
Description: | Lightweight fork of etherpad based on javascript |
Upstream URL: | https://etherpad.org |
Licenses: | Apache |
Conflicts: | etherpad-lite-git |
Submitter: | onny |
Maintainer: | None |
Last Packager: | iamawacko |
Votes: | 29 |
Popularity: | 0.000631 |
First Submitted: | 2013-03-15 15:10 (UTC) |
Last Updated: | 2024-06-06 06:27 (UTC) |
Dependencies (10)
- coffeescript (coffeescript-gitAUR)
- libsecret-1.so (libsecret)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- abiword (abiword-gitAUR) (optional) – advanced import/export of pads
- libreoffice (libreoffice-dev-binAUR, libreoffice-fresh, libreoffice-still) (optional) – advanced import/export of pads
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysql80AUR, mysqlAUR, mariadb-lts, percona-server) (optional) – to use mariadb as database
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR) (optional) – to use postgresql as database
- sqlite (sqlite-fossilAUR) (optional) – to use sqlite as databse
- tidy (tidy-html5-gitAUR) (optional) – improve quality of exported pads
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 Next › Last »
RubenKelevra commented on 2013-11-21 15:03 (UTC)
onny commented on 2013-11-06 15:22 (UTC)
@RubenKelevra: Sorry for that. In the future I'll be more careful.
@vkvn: Folder will be now created via systemd, so try again!
vimalkvn commented on 2013-11-05 01:29 (UTC)
Plugin manager (http://localhost:9001/admin/plugins) fails with this error message
Error: ENOENT, open '/var/run/etherpad-lite/.npm/-/all/.cache.json'
I had to do the following:
mkdir /var/run/etherpad-lite
chown -R etherpad.etherpad /var/run/etherpad-lite
RubenKelevra commented on 2013-10-13 09:16 (UTC)
My Settings.json is also deleted, THANK YOU!
RubenKelevra commented on 2013-10-13 09:11 (UTC)
WHY THE HECK IS THE PAD NOW IN /usr/share/webapps/ NOT IN /usr/share/webapps/etherpad-lite???
RubenKelevra commented on 2013-09-19 01:33 (UTC)
/usr/share/webapps/etherpad-lite/var need to be writeable
RubenKelevra commented on 2013-09-18 23:36 (UTC)
Dependency is python2 not python.
RubenKelevra commented on 2013-09-18 23:36 (UTC)
Please patch file[1] line
var python = gyp.opts.python || process.env.PYTHON || 'python'
to
var python = gyp.opts.python || process.env.PYTHON || 'python2'
Causing trouble with gyp, see [2].
[1] /usr/share/webapps/etherpad-lite/src/node_modules/npm/node_modules/node-gyp/lib/configure.js
[2] https://github.com/TooTallNate/node-gyp/pull/73
RubenKelevra commented on 2013-09-18 23:27 (UTC)
The folder /usr/share/webapps/etherpad-lite/node_modules should be writeable for installing plugins.
http as user is a bad idea, because etherpad adds .npm and tmp to the homefolder and download files there.
Etherpad should be run with its own useraccount, like 'etherpad'.
Pinned Comments