Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91807539
install_prereqs.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
Thu, Nov 14, 16:14
Size
660 B
Mime Type
text/x-shellscript
Expires
Sat, Nov 16, 16:14 (2 d)
Engine
blob
Format
Raw Data
Handle
22320003
Attached To
R2664 SHRINE MedCo Fork
install_prereqs.sh
View Options
#!/bin/sh
yum -y install wget
yum -y install zip
yum -y install unzip
yum -y install svn
yum clean all
echo
"[sqlserver/install_prereqs.sh] NOTE: Shrine saves only query history, not patient data"
echo
"[sqlserver/install-prereqs.sh] Please ensure the connection to MSSQL is configured in shrine.rc for SHRINE."
echo
"[sqlserver/install-prereqs.sh] IMPORTANT: the account used by the connection needs to have permission to create a new database and user account."
echo
"[sqlserver/install-prereqs.sh] Compling the tsql java class to execute jdbc commands against the MSSQL server."
#Complie the java class to execute jdbc scripts
javac ../../tsql.java
Event Timeline
Log In to Comment