etherpad-lite/bin
muxator 2087a2e564 startup: use "npm ci" instead of "npm install" in startup scripts
Advantages:
- reproducible install: every user will have the same, exact install, instead of
  a slightly different one
- speed: installation of dependencies is measurably faster
- explicit: if a user setup is broken, from now on he'll have a clear error
  message

Fixes #3778
2020-05-15 02:20:46 +02:00
..
deb-src cp readme on build 2013-11-24 13:08:26 +00:00
doc doc: remove old vendorized marked module and replace with 0.8.2 2020-04-24 02:24:53 +02:00
buildDebian.sh bin: replace double backticks (``) with $() 2020-03-29 00:53:17 +01:00
buildForWindows.sh windows: bump the node version included in the prebuilt package: 10.18.0 -> 10.20.1 2020-04-26 23:06:38 +02:00
checkAllPads.js utility scripts: converted to use the Promise interface 2019-01-26 23:52:02 +00:00
checkPad.js utility scripts: converted to use the Promise interface 2019-01-26 23:52:02 +00:00
checkPadDeltas.js checkPadDeltas: version by JohnMcLear 2020-03-27 01:50:56 +01:00
cleanRun.sh bin: replace double backticks (``) with $() 2020-03-29 00:53:17 +01:00
convert.js bin: use correct ueberdb module path "ueberDB" -> "ueberdb2" in tools in /bin 2020-05-15 01:22:41 +02:00
convertSettings.json.template formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
createRelease.sh createRelease.sh: deprecate the script. It will be removed or modified. 2018-08-17 00:09:25 +02:00
debugRun.sh bin: replace double backticks (``) with $() 2020-03-29 00:53:17 +01:00
deletePad.js use a deletePad approach that works when server is running and works with MySQL 2020-04-03 03:31:18 +02:00
dirty-db-cleaner.py formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
extractPadData.js utility scripts: converted to use the Promise interface 2019-01-26 23:52:02 +00:00
fastRun.sh bin: add fastRun.sh script for developers 2020-04-17 18:36:24 +02:00
importSqlFile.js bin: use correct ueberdb module path "ueberDB" -> "ueberdb2" in tools in /bin 2020-05-15 01:22:41 +02:00
installDeps.sh startup: use "npm ci" instead of "npm install" in startup scripts 2020-05-15 02:20:46 +02:00
installOnWindows.bat startup: use "npm ci" instead of "npm install" in startup scripts 2020-05-15 02:20:46 +02:00
migrateDirtyDBtoRealDB.js migrateDirtyDBtoRealDB: fix the script not trusting length, and directly iterating on dirtyDB tuples 2020-05-13 23:04:01 +02:00
rebuildPad.js bin: use correct ueberdb module path "ueberDB" -> "ueberdb2" in tools in /bin 2020-05-15 01:22:41 +02:00
repairPad.js bin/repairPad.js: conversion to promise/async 2019-01-30 10:47:50 +00:00
run.sh bin: replace double backticks (``) with $() 2020-03-29 00:53:17 +01:00
safeRun.sh bin: replace double backticks (``) with $() 2020-03-29 00:53:17 +01:00
updatePlugins.sh bin: replace double backticks (``) with $() 2020-03-29 00:53:17 +01:00