8491: move files from arvados-dev into their new places
[arvados.git] / build / rails-package-scripts / arvados-workbench.sh
1 #!/bin/sh
2 # This file declares variables common to all scripts for one Rails package.
3
4 PACKAGE_NAME=arvados-workbench
5 INSTALL_PATH=/var/www/arvados-workbench
6 CONFIG_PATH=/etc/arvados/workbench
7 DOC_URL="http://doc.arvados.org/install/install-workbench-app.html#configure"