zulip/scripts/setup
Anders Kaseorg a5407e1c7d scripts: Replace node-wrapper with a symlink.
Commit 00e057bf44 (#4727) simplified
node-wrapper to a one-line wrapper script for performance.  Copying
the binary was proposed and rejected because node finds some of its
modules relative to its own path.  But a symlink doesn’t have that
issue, as you can verify with

    node -e 'console.log(require.resolve.paths("foo"))'

(To find its own path, node uses `process.execPath`, which resolves
symlinks, and there’s no plausible reason for that behavior to change.
https://github.com/nodejs/node/blob/v8.11.1/lib/module.js#L708-L717
https://github.com/nodejs/node/blob/v10.7.0/lib/internal/modules/cjs/loader.js#L761-L770)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-07-30 11:48:10 -07:00
..
configure-rabbitmq configure-rabbitmq: Add support for RABBITMQ_NODE flag. 2017-04-29 15:03:05 -07:00
flush-memcached flush-memcached: Replace 'set -x' with more clear output. 2016-10-14 17:10:06 -07:00
generate-self-signed-cert install: Don't try to chown a self-signed cert to zulip. 2018-02-08 17:08:16 -08:00
generate_secrets.py scripts: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
initialize-database install: Suppress initialize-database instructions when redundant. 2018-03-06 19:43:02 -08:00
install install: Add comments documenting installer wrapper. 2017-10-01 15:48:36 -07:00
packagecloud.asc apt: Add packagecloud repository for Debian. 2018-05-05 10:03:03 -07:00
pgroonga-debian.asc setup-apt-repo: Add pgroonga code for Debian stretch. 2017-07-14 17:22:20 -07:00
pgroonga-ppa.asc scripts: Stop using apt-add-repository. 2016-10-11 22:10:36 -07:00
postgres-create-db docker: Add PGroonga support to Postgresql Dockerfile. 2018-05-23 11:53:32 -07:00
postgres-init-db docker: Add postgres docker build with full text search. 2018-05-16 13:14:24 -07:00
setup-certbot install: Add a couple Docker-specific options to the certbot scripts. 2018-07-23 17:45:59 -07:00
terminate-psql-sessions terminate-psql-sessions: Remove set -x. 2016-10-14 17:08:05 -07:00
zulip-ppa.asc scripts: Stop using apt-add-repository. 2016-10-11 22:10:36 -07:00