Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / build / rails-package-scripts / arvados-workbench.sh
1 #!/bin/sh
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 # This file declares variables common to all scripts for one Rails package.
7
8 PACKAGE_NAME=arvados-workbench
9 INSTALL_PATH=/var/www/arvados-workbench
10 CONFIG_PATH=/etc/arvados/workbench
11 DOC_URL="http://doc.arvados.org/install/install-workbench-app.html#configure"