Team:Michigan Software/Protocat
From 2014.igem.org
(→Instructions) |
(→Live Software) |
||
Line 5: | Line 5: | ||
[http://141.214.65.144 Click here to go to ProtoCat!] | [http://141.214.65.144 Click here to go to ProtoCat!] | ||
<html> | <html> | ||
- | + | <!-- | |
<section class="loginform cf" > | <section class="loginform cf" > | ||
<a href="http://127.0.0.1:8000/home"> Visit our Home Page </a> | <a href="http://127.0.0.1:8000/home"> Visit our Home Page </a> | ||
Line 20: | Line 20: | ||
</form> | </form> | ||
</section> | </section> | ||
- | + | --> | |
</html> | </html> | ||
Revision as of 18:22, 17 October 2014
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. This should ostensibly work on Mac OS X and Linux, but we've had some path issues with Django when using Mac OS. Please contact us with any issues and we'll try to help you out!