summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authorDavid Mehren2021-03-06 10:34:22 +0100
committerDavid Mehren2021-03-06 10:34:22 +0100
commitbf0a7ebee72404eb7bce918f41162126bca24bf0 (patch)
treef76e14f0cdd148485386dfe527ace7373a8b8c6a /bin/setup
parent4c9fc63884615f4b80ed54c438cdd64f76aa9ee8 (diff)
Remove .sequelizerc
After https://github.com/hedgedoc/hedgedoc/pull/969 was merged, a separate configuration file for the sequelize-cli is no longer required. Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/setup b/bin/setup
index 0f1edca0..9b673f71 100755
--- a/bin/setup
+++ b/bin/setup
@@ -46,10 +46,6 @@ if [ ! -f config.json ]; then
cp config.json.example config.json
fi
-if [ ! -f .sequelizerc ]; then
- cp .sequelizerc.example .sequelizerc
-fi
-
echo "Installing packages..."
yarn install --pure-lockfile
yarn install --production=false --pure-lockfile
@@ -61,7 +57,6 @@ Edit the following config file to setup HedgeDoc server and client.
Read more info at https://github.com/hedgedoc/hedgedoc#configuration-files
* config.json -- HedgeDoc config
-* .sequelizerc -- db config
EOF
# change directory back