Team:UESTC-Software/Installation.html

From 2014.igem.org

(Difference between revisions)
 
Line 53: Line 53:
color: #999;font-size: 15px;">
color: #999;font-size: 15px;">
<tr><td>Name</td><td>Version</td><td>Notes</td></tr>
<tr><td>Name</td><td>Version</td><td>Notes</td></tr>
-
<tr><td>Linux</td><td>Fedora release 10 (Cambridge)</td><td></td></tr>
+
<tr><td>Linux</td><td>Fedora, Ubuntu, Debian or related system</td><td>Here, related system means that the Linux distribution supports <span style="color:#8fc41f">'.rpm'</span> or <span style="color:#8fc41f">'.deb'</span> packages. </td></tr>
-
<tr><td>PHP</td><td>5.2.9</td><td></td></tr>
+
<tr><td>PHP</td><td>5.2.9 or higher version</td><td></td></tr>
<tr><td>Python</td><td>2.5.2 or higher 2.X version</td><td></td></tr>
<tr><td>Python</td><td>2.5.2 or higher 2.X version</td><td></td></tr>
<tr><td>MySQL</td><td>5.0.88</td><td></td></tr>
<tr><td>MySQL</td><td>5.0.88</td><td></td></tr>
Line 63: Line 63:
</table>
</table>
<h2>2.Deployment</h2>
<h2>2.Deployment</h2>
 +
<p>Firstly, you need to execute the shell script, 'install.sh' under 'server' folder, which helps you to install dependencies automatically and compile our auxiliary programs. Then goes to database and server configure. </p>
<p>For database, CasDB, please fellow this instruction step by step:</p>
<p>For database, CasDB, please fellow this instruction step by step:</p>
<p>1.On your server, unpack the source code, redirect into the folder <span style="color:#8fc41f">'CasDB'</span> under <span style="color:#8fc41f">'server'</span> directory. Please pay attention that the compressed file <span style="color:#8fc41f">'CasDB.tar.gz'</span> is for our automatic test on Travis CI. It’s useless for CasDB deployment! </p>
<p>1.On your server, unpack the source code, redirect into the folder <span style="color:#8fc41f">'CasDB'</span> under <span style="color:#8fc41f">'server'</span> directory. Please pay attention that the compressed file <span style="color:#8fc41f">'CasDB.tar.gz'</span> is for our automatic test on Travis CI. It’s useless for CasDB deployment! </p>
Line 91: Line 92:
<p>5.Configure the python script, <span style="color:#8fc41f">'sgRNAimport.py'</span>. Just as above modify one line according your environment and setup:<br/><b>db = MySQLdb.connect("YOUR-DB-HOST","DB-USERNAME","DB-PASSWD","DB-NAME" )</b></p>
<p>5.Configure the python script, <span style="color:#8fc41f">'sgRNAimport.py'</span>. Just as above modify one line according your environment and setup:<br/><b>db = MySQLdb.connect("YOUR-DB-HOST","DB-USERNAME","DB-PASSWD","DB-NAME" )</b></p>
<p>Then run this python script by typing <span style="color:#8fc41f">'python sgRNAimport.py'</span> in command line interface. This script will work automatically to recognize the species name and chromosomes. Besides this, sgRNA will be found and inserted into CasDB. But it may take some time.</p>
<p>Then run this python script by typing <span style="color:#8fc41f">'python sgRNAimport.py'</span> in command line interface. This script will work automatically to recognize the species name and chromosomes. Besides this, sgRNA will be found and inserted into CasDB. But it may take some time.</p>
-
<p>For server, we provide an install shell script to operate a one-click install. You just run the <span style="color:#8fc41f">'install.sh'</span> and it will help you install the whole system. The last step for server deployment is to configure PHP scripts. It’s very easy. Just modify <span style="color:#8fc41f">'server/config.php'</span> according to guides in the source file. </p>
+
<p>For server, you must configure PHP scripts manually. It’s very easy. Just modify <span style="color:#8fc41f">'server/config.php'</span> according to guides in the source file. </p>
</div>
</div>
<!-- Fixed Navigation bar -->
<!-- Fixed Navigation bar -->

Latest revision as of 19:10, 17 October 2014

UESTC-Software

Android

Desktop

Server