Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90698992
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
Sun, Nov 3, 23:36
Size
365 B
Mime Type
text/x-shellscript
Expires
Tue, Nov 5, 23:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22119044
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 clean all
echo
"[install-mysql-server.sh] NOTE: Shrine saves only query history, not patient data"
echo
"[install-mysql-server.sh] installing mysql which is the default database for SHRINE. Any SQL database can be used."
yum -y install mysql-server
yum clean all
service mysqld start
Event Timeline
Log In to Comment