Team:Michigan Software/Protocat

From 2014.igem.org

(Difference between revisions)
(Instructions)
Line 42: Line 42:
{{Template:Michigan_Software/Foot}}
{{Template:Michigan_Software/Foot}}
 +
 +
==Technical Stuff==
 +
Our project is based on Django, a free, open-source web framework, written in Python.

Revision as of 22:47, 17 October 2014

Michigan Software

Da RealProtocat.jpg

Contents

Live Software

These links will work at least for the remainder of 2014. If you'd like to set up your own server, check out the downloads section. [http://141.214.65.144 Click here to go to ProtoCat!]

Download

You can download our project from our github or download the wiki freeze version here.

Instructions

1. If you're on a PC install Python. We recommend Python 3.4 for compatibility with our package.

2. Install Django.

3. Download Protocat through Github or download the wiki freeze version here.

4. In the Command Prompt or Terminal, access the ProtoDB folder.

5. Enter "python manage.py runserver".

6. Go to 127.0.0.1:8000/home in your web browser to begin!

N.B. When installing Django, don't forget to make sure the path is correct.

contact info: igemsoftware-requests@umich.edu.

Technical Stuff

Our project is based on Django, a free, open-source web framework, written in Python.