Changeset 92 for drbl-biocluster
- Timestamp:
- Jul 8, 2009, 11:26:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-biocluster/BioCluster_Setup.sh
r91 r92 146 146 cd .. 147 147 fi 148 149 wget ftp://ftp.ncbi.nlm.nih.gov/blast/db/FASTA/mito.nt.gz 150 151 cat > add_path << EOF 152 echo "export PATH=\\\$PATH:/opt/torque/bin:/opt/mpich2/bin:/opt/mpiblast/bin" >> /etc/profile 153 EOF 154 sudo sh add_path 155 148 156 ##################################################################### 149 157 # 電腦叢集的網頁監控機制 … … 156 164 tar zxvf wwwblast-2.2.20-ia32-linux.tar.gz 157 165 fi 166 ##################################################################### 167 # 安裝 DRBL 168 ##################################################################### 169 if [ ! -e GPG-KEY-DRBL ]; then 170 wget http://drbl.nchc.org.tw/GPG-KEY-DRBL 171 sudo apt-key add GPG-KEY-DRBL 172 echo "deb http://free.nchc.org.tw/drbl-core drbl stable" > drbl.list 173 sudo mv drbl.list /etc/apt/sources.list.d/ 174 sudo apt-get update 175 sudo apt-get install drbl 176 sudo /opt/drbl/sbin/drblsrv -i 177 sudo /opt/drbl/sbin/drblpush -i 178 fi
Note: See TracChangeset
for help on using the changeset viewer.