Also, you should add an “export PYTHON=python2” before running installDeps.sh, so it won’t fail at building some modules.
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 .. 9 10 11 12 13 14 15 16 Next › Last »
linkmauve commented on 2014-09-28 16:26 (UTC)
linkmauve commented on 2014-09-28 15:51 (UTC)
Additionally, even after having fixed the build with Mic92’s patch, when I run /usr/share/webapps/etherpad-lite/bin/run.sh it tries to compile stuff in /usr/share/webapps/etherpad-lite, which is obviously going to fail.
Mic92 commented on 2014-09-27 17:24 (UTC)
The upstream fix for npm version is just a modification of the install script:
https://github.com/ether/etherpad-lite/commit/94968e69be03a78f6202b83fc958be292244f677
<deleted-account> commented on 2014-09-19 21:17 (UTC)
Same here. The build still fails with "You're running a wrong version of npm, you're using 2.0.0, we need 1.x". Can this be fixed with this package or is it an upstream issue? On AUR, can we create an appropriate nodejs version for this package?
<deleted-account> commented on 2014-09-16 12:39 (UTC)
build fails "You're running a wrong version of npm, you're using 2.0.0, we need 1.x"
..I thought nodejs v0.10 is supported ..maybe nodejs 0.10.31-5 is to new?
therp commented on 2014-06-21 19:31 (UTC)
As Siosm pointed out, chown -R etherpad:etherpad /usr/share/webapps/etherpad-lite is required in post_install.
Also please add Restart=always to the [Service] section of the .service file. etherpad is inherently unstable and it just a bit of a PITA to always manually restart it.
Thanks for the great package! :)
Siosm commented on 2014-01-13 22:19 (UTC)
Updated PKGBUILD (https://github.com/Siosm/siosm-aur/tree/master/etherpad-lite) with the following fixes:
* Use a tmpfile.d config instead of manually creating and fixing /var/run/... I'm not sure this is even required anymore, the directory remains empty in my installation ;
* Use /var/lib/etherpad as home dir & runtime dir ;
* Fix install script, links /usr/share/webapps/etherpad-lite/var/ to /var/lib/etherpad ;
* Added sqlite support by default ;
* I have not found yet how to fully run this with /usr/share/webapps/etherpad-lite read only : the first time, I have to chown -R etherpad the folder and from then on, it works when I chown root:root the folder back and restart.
RubenKelevra commented on 2013-12-26 16:20 (UTC)
change line
ExecStartPre=-/usr/bin/mkdir /var/run/etherpad-lite
to
ExecStartPre=-/usr/bin/mkdir -p /var/run/etherpad-lite
in
etherpad-lite.service
RubenKelevra commented on 2013-12-17 14:19 (UTC)
Please ask such questions in the newbe corner of the forum.
Its a service, so start it as it is.
71GA commented on 2013-12-17 12:13 (UTC)
How do I start etherpad after install? etherpad nor etherpad-lite is working.
Pinned Comments