Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-14 | Typos and minor fixes in bin, doc, and root | HairyFotr | |
2016-05-16 | Fix error if whitespace in etherpad path | Stefan | |
2016-01-19 | Use exec to switch to node process | Reed A. Cartwright | |
At the end of run, `exec` should be used to switch to the node process. That way node will take over the pid of `sh run.sh`, making it easier to monitor and daemonize the server. ``` exec [command [arg ...]] Unless command is omitted, the shell process is replaced with the specified program (which must be a real program, not a shell built-in command or function). Any redirections on the exec com- mand are marked as permanent, so that they are not undone when the exec command finishes. ``` | |||
2015-06-22 | bugfix for correct bash syntax | István Király | |
$rocks has to be enclosed into a "string" so bash can treat is as a string. We can compare two strings with the == operator then, ... | |||
2014-11-26 | make additional line break at end of imported doc | John McLear | |
2013-11-10 | allow nix file process path to be visible in ps aux | John McLear | |
2013-09-29 | ‘Etherpad Lite’ -> ‘Etherpad’ | Eric Schrijver | |
2013-09-17 | Back to sh, fix comparison for POSIX/dash (++ CentOS, Ubuntu compatibility) | Michael Parks | |
2013-08-15 | Start script needs bash instead of sh for root arguments | Michael Parks | |
2013-01-06 | Added --root argument to run.sh to bypass the root-check, fix for #1324 | mluto | |
2012-02-26 | The big rename of pluginbs from pluginomatic to ep | Egil Moeller | |
2012-02-26 | Better startup & symlinking | Egil Moeller | |
2012-02-26 | The Big Renaming - etherpad is now an NPM module | Egil Moeller | |
2012-02-21 | Allow settings filename to be passed as a cli option | Jordan | |
2011-08-03 | spelling fixes in the shell scripts | Garrett LeSage | |
2011-08-03 | fixed issue # 64, making the shell scripts more portable (for OS X) | Garrett LeSage | |
2011-08-02 | Allow starting as root after input a silly prompt | Peter 'Pita' Martischka | |
2011-07-27 | improved the bin files | Peter 'Pita' Martischka | |
2011-07-26 | Shell scripts are now POSIX compatible, thx @ Johannes Schauer | Peter 'Pita' Martischka | |
2011-07-12 | update jquery | Peter 'Pita' Martischka | |
2011-06-30 | use a downloaded jQuery instead of using googles CDN, and fixed btw a bug ↵ | Peter 'Pita' Martischka | |
that let pad.js fails randomly | |||
2011-06-23 | Change 'npm link' to 'npm install'. It does the same but doesn't need root ↵ | Peter 'Pita' Martischka | |
permissions and it's able to check which dependencies are already installed | |||
2011-06-04 | Removed npm link from run.sh | Peter 'Pita' Martischka | |
2011-06-04 | run.sh is startable from any location again | Peter 'Pita' Martischka | |
2011-06-02 | Fixed typo | Peter 'Pita' Martischka | |
2011-06-02 | Improve run.sh in many points | Peter 'Pita' Martischka | |
2011-06-02 | Create a template of the settings file | Peter 'Pita' Martischka | |
2011-05-13 | removed debug message | Peter 'Pita' Martischka | |
2011-05-13 | Change in the project directory before starting server.js, solves a problem ↵ | Peter 'Pita' Martischka | |
with npm | |||
2011-04-07 | Fixing scripts to run from both bin/ and /. | Lukas Martini | |
2011-04-07 | Improve run.sh | Peter 'Pita' Martischka | |
2011-03-26 | first-commit | Peter 'Pita' Martischka | |