projects
/
contrib
/
pines
/
report-creator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
750c675
)
exclude git files from rsync
author
Chris Sharp
<csharp@georgialibraries.org>
Sun, 2 Apr 2017 13:13:30 +0000
(09:13 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Sun, 2 Apr 2017 13:13:30 +0000
(09:13 -0400)
install-ubuntu-14.04.sh
patch
|
blob
|
history
diff --git
a/install-ubuntu-14.04.sh
b/install-ubuntu-14.04.sh
index
9cadd35
..
fadfc91
100755
(executable)
--- a/
install-ubuntu-14.04.sh
+++ b/
install-ubuntu-14.04.sh
@@
-41,7
+41,7
@@
echo "This script will not create the required tables in the database."
echo "Please run sql/quick_reports_setup.sql ONLY if you haven't already."
echo "Copying report-creator files into $OSRF_WEB_ROOT/report-creator."
-rsync -auv --exclude="install*.sh" ./ $OSRF_WEB_ROOT/report-creator/
+rsync -auv --exclude="install*.sh"
--exclude=".git"
./ $OSRF_WEB_ROOT/report-creator/
chown -R opensrf:opensrf $OSRF_WEB_ROOT/report-creator
echo "Now browse to https://www.yourdomain.tld/report-creator to complete setup."