Team:SYSU-Software/download

From 2013.igem.org

(Difference between revisions)
Line 57: Line 57:
<div class="show-board">
<div class="show-board">
<span class="board-header">Download the install package</span>
<span class="board-header">Download the install package</span>
-
<p>In windows:
+
<p><pre>In windows:
Unpack the package to any directions;
Unpack the package to any directions;
(In 64bit)Run project/server\ x64.bat
(In 64bit)Run project/server\ x64.bat
Line 74: Line 74:
(64bit)python project/Python27/web/app.py
(64bit)python project/Python27/web/app.py
(32bit)python project/Python27-32/web/app.py
(32bit)python project/Python27-32/web/app.py
-
Open any web browser and enter *.*.*.*(your server's ip adress):5000 </p>
+
Open any web browser and enter *.*.*.*(your server's ip adress):5000 </pre></p>
</div>
</div>

Revision as of 11:23, 27 September 2013

Team:SYSU-Software

Introduction Accurate simulation and gene circuit design are essential but difficult parts in synthetic biology.Here, we designed CAST to cover the workflow from beginning to end, users can focus on function design and the gene circuit would be automatically designed. Furthermore, we developed a new simulation model that work with standard dynamic characteristic and verified by wetlab experiments. Moreover, we build an expandable database that users can contribute their own dynamic information which would lead to more accurate and sufficient dynamic information of all the Biobricks. Finally, our software is designed as an easy deployed server so that it can be used on personal purpose or shared by a whole lab or institution.
dottedline
Install Tutorial
Download the install package

In windows:
	Unpack the package to any directions;
	(In 64bit)Run project/server\ x64.bat
	or (In 32bit)Run project/server_x32bit.bat;
	Run project/iGEM-Browser/bin/Debug/CefSharp-Example.exe;
	or open any web browser and enter 127.0.0.1:5000.
In linux:
	Unpack the package to any directions;
	Run
	sudo apt-get flask
	sudo apt-get gevent
	sudo apt-get geventwebsocket
	sudo apt-get greenlet
	sudo apt-get rsa

	(64bit)python project/Python27/web/app.py
	(32bit)python project/Python27-32/web/app.py
	Open any web browser and enter *.*.*.*(your server's ip adress):5000 

download-arrow
Next Step