Code Monkey home page Code Monkey logo

etherpadlite_ynh's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

etherpadlite_ynh's Issues

Accès à l'admin impossible

Bonjour,

après installation d'etherpad-lite, impossible d'accéder à l'interface d'administration.

Après modification du fichier settings.json:

"requireAuthorization": true,

et section admin et user décommenté.

Le mot de passe admin semble validé, mais renvoi systématiquement sur le portail yunohost. La config nginx semble poser problème.

App is broken

Hello

Your app failed to install because is incompatible with the last YunoHost version: The app package needs to be updated to follow YunoHost changes.

So, your app will be decreased at Notworking status untill these errors be corrected.

NodeJS sur RPi / NodeJS on RPi

Français

Bonjour,
j'ai voulu installer Etherpad sur ma Raspberry Pi, mais il semblerait que NodeJS pose problème, et qu'Etherpad n'affiche qu'une erreur 502 (causée par NodeJS).

J'ai donc cherché sur internet et j'ai trouvé la solution :
-> http://blog.abhd.fr/wiki/mon-pense-bete/#nodejs
Ca serait bien de l'intégrer au script d'installation ;)

English

Hello,
i have installed Etherpad on my RaspberryPi, but i have a problem with NodeJS.
Etherpad displays an error "502 Bad Gateway"

I have searched a solution with Google, and i have write a tutorial here
-> http://blog.abhd.fr/wiki/mon-pense-bete/#nodejs
It would be nice to integrate it on the installation script.

502 bad gateway due to nodejs missing

When I tried to install this package I have a "502 bad gateway" on typing the url where I had install the app.
It seems that http://localhost:9001/ isn't working (I tried with a wget http://localhost:9001/ Connection refused).

But the service is marked as running.

# service etherpad-lite status
[ ok ] etherpad-lite is running.

It is the same if I do a service etherpad-lite restart .

In the log I have

Please install node.js ( http://nodejs.org )
RESTART!

Page presque blanche

Bonjour,
J'ai un léger soucis avec Etherpad-Lite
il est installé à la racine du domaine (ex : pad.domain.tld)
sauf que j'ai une page "presque" blanche. Rien ne s'affiche sauf le "Chargement" en plein milieu.

Je ne sais pas d'ou ça peut venir :/
Une idée ?

No UTF support in DB by default

Etherpad-Lite installs without utf support in mysql database. When pad is saved and retrieved, all special characters get replaced by "?".

To fix:
ALTER TABLE store CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

ynh 2.4

Hello,
i guess you already know that but sadly etherpadlite_ynh is incompatible with ynh 2.4

Jessie compatibility

I noticed that the current Etherpad Lite version is incompatible with Jessie NodeJS version.

The upstream version 1.5.6 works fine. A simple sources update fixes it.

Please upgrade the version to 1.5.6 when you can :-)

plugins

Hello,
thanks for the great app. I'm using it for months now without a problem.
Today i tried to add some plugins to etherpad-lite running npm install ep_adminpads then restarting EPL with systemctl restart etherpad-lite but none of the few plugins i tried seems to work.
I think it's not a matter of plugins or etherpad but of nginx config.
I have each time bad gateway errors and nginx logs show
2016/03/11 19:28:26 [error] 11129#0: *315 connect() failed (111: Connection refused) while connecting to upstream, client: 82.230.62.145, server: esadhar.net, request: "GET /pad/socket.io/?EIO=3&transport=polling&t=1457720906337-18 HTTP/1.1", upstream: "http://127.0.0.1:9001/socket.io/?EIO=3&transport=polling&t=1457720906337-18", host: "esadhar.net", referrer: "https://esadhar.net/pad/p/osp-usg-2016"

the etherpad-lite doc shows configuration with nginx wich i don't have in my /etc/nginx/conf.d/domain.tld.d/etherpadlite.conf
https://github.com/ether/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy#from-subdirectory-url
i tried to add the location pad/socket.io {} block on my conf but then nginx failed to restart. I'm a rookie about nginx
could someone help me with this one ?
thanks

Error after installation

I tried to install etherpad via this repo but i couldn't access it after the install was successful. I have a

nginx error: bad getway 

and found this in the logs:

2014/12/09 12:55:55 [error] 23356#0: *30244 connect() failed (111: Connection refused) while connecting to upstream, client: X.X.X.X, server: …, request: "GET /pad/ HTTP/1.1", upstream: "http://127.0.0.1:9001/", host: "…", referrer: "https://…"

In etherpad logs, I have these:

Ensure that all dependencies are up to date...  If this is the first time you have run Etherpad please be patient.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json [email protected] No repository field.
Ensure jQuery is downloaded and up to date...
Clear minfified cache...
ensure custom css/js files are created...
start...
[2014-12-09 13:03:52.209] [ERROR] console - ERROR: Problem while initalizing the database
[2014-12-09 13:03:52.211] [ERROR] console - Error: connect ECONNREFUSED
    at errnoException (net.js:901:11)
    at Object.afterConnect [as oncomplete] (net.js:892:19)
    --------------------
    at Protocol._enqueue (/var/www/etherpadlite/src/node_modules/ueberDB/node_modules/mysql/lib/protocol/Protocol.js:135:48)
    at Protocol.handshake (/var/www/etherpadlite/src/node_modules/ueberDB/node_modules/mysql/lib/protocol/Protocol.js:52:41)
    at Connection.connect (/var/www/etherpadlite/src/node_modules/ueberDB/node_modules/mysql/lib/Connection.js:109:18)
    at Connection._implyConnect (/var/www/etherpadlite/src/node_modules/ueberDB/node_modules/mysql/lib/Connection.js:387:10)
    at Connection.query (/var/www/etherpadlite/src/node_modules/ueberDB/node_modules/mysql/lib/Connection.js:174:8)
    at exports.database.init (/var/www/etherpadlite/src/node_modules/ueberDB/mysql_db.js:59:6)
    at exports.database.init (/var/www/etherpadlite/src/node_modules/ueberDB/CacheAndBufferLayer.js:110:18)
    at exports.database.init (/var/www/etherpadlite/src/node_modules/ueberDB/CloneAndAtomicLayer.js:48:11)
    at Object.exports.init (/var/www/etherpadlite/src/node/db/DB.js:41:6)
    at async.waterfall.hooks.aCallAll.settings (/var/www/etherpadlite/src/node/server.js:62:8)
RESTART!

PS: this is a copy of what i posted here https://forum.yunohost.org/t/etherpad-lite-package/68/9 . Thought it make more sens to post it here :)
I tried it twice. Once in public and one in private one. Didn't work in both case.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.