etherpad-lite | modern really-real-time collaborative document editor | Editor library
kandi X-RAY | etherpad-lite Summary
kandi X-RAY | etherpad-lite Summary
Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of etherpad-lite
etherpad-lite Key Features
etherpad-lite Examples and Code Snippets
Community Discussions
Trending Discussions on etherpad-lite
QUESTION
I am setting up etherpad-lite in a subdirectory at this location.
Unfortunately the files in 'static' aren't being loaded:
Clearly something is going on in my nginx, which (partially) looks like this:
...ANSWER
Answered 2022-Jan-13 at 11:01You can try to navigate the static content to the correct folder with:
QUESTION
In etherpad lite I try to list pads or groups with the api. But I reveive the following message:
...ANSWER
Answered 2020-Oct-09 at 08:21The error "createHTTPError.notFound is not a constructor" occurred when an unsupported function is called. The api version (1) that you have specified supports following functions only
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install etherpad-lite
Move to a folder where you want to install Etherpad. Clone the git repository: git clone --branch master git://github.com/ether/etherpad-lite.git
Change into the new directory containing the cloned source code: cd etherpad-lite
run src/bin/run.sh and open http://127.0.0.1:9001 in your browser.
You'll need node.js and (optionally, though recommended) git. Now, run start.bat and open http://localhost:9001 in your browser. Update to the latest version with git pull origin, then run src\bin\installOnWindows.bat, again.
Grab the source, either
download https://github.com/ether/etherpad-lite/zipball/master
or git clone --branch master https://github.com/ether/etherpad-lite.git
With a "Run as administrator" command prompt execute src\bin\installOnWindows.bat
Start the server manually (e.g. node src/node/server.js)
Edit the db filename in settings.json to the relative directory with the file (e.g. application/lib/etherpad-lite/var/dirty.db)
Add auto-generated files to the main project .gitignore
If you have enabled authentication in users section in settings.json, it is a good security practice to store hashes instead of plain text passwords in that file. This is especially advised if you are running a production installation. Please install ep_hash_auth plugin and configure it. If you prefer, ep_hash_auth also gives you the option of storing the users in a custom directory in the file system, without having to edit settings.json and restart Etherpad each time.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page