Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92856974
shrine-webclient-update.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 24, 06:47
Size
371 B
Mime Type
text/x-shellscript
Expires
Tue, Nov 26, 06:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22527379
Attached To
R4444 MedCo Deployment
shrine-webclient-update.sh
View Options
#!/bin/bash
set
-e
cd
"$SHRINE_SRC_DIR"
git pull
rm -R
"$LIGHTTPD_WEB_ROOT/shrine-client"
cp -R
"$SHRINE_SRC_DIR/shrine-webclient/src/main/html"
"$LIGHTTPD_WEB_ROOT/shrine-client"
bash /opt/i2b2-web-writeconfig.sh
chown -R www-data:www-data
"$LIGHTTPD_WEB_ROOT/shrine-client"
chmod -R +r
"$LIGHTTPD_WEB_ROOT/shrine-client"
chmod -R +x
"$LIGHTTPD_WEB_ROOT/shrine-client"
Event Timeline
Log In to Comment