Giter VIP home page Giter VIP logo

michigan16's Introduction

ProtoCat - Protocol Database Software by Michigan Software 2016

If you would like to avoid the hassle of installing your own version of Protocat, simply go to protocat.org for our version on the web.

If you have are planning to run this on a Ubuntu development computer, you must install additional packages in order to get the Pip package Pillow. To do this, enter into your terminal:

sudo apt-get install python-dev
sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk

Next, you must have Python 2.7, 3.4, or 3.5 installed on your computer and accessible on the terminal as well as pip (may be already installed when you installed Python). This software comes default on Ubuntu and Mac, but on Windows you must get an installation from the Python website. Then, install Django 1.9 or 1.10, Pillow, djangorestframework, drfdocs, and bleach through the command on Linux:

sudo pip install django Pillow djangorestframework drfdocs bleach

Or on Windows:

pip install django Pillow djangorestframework drfdocs bleach

Then, to install our software, if you have git installed on your computer, simply type

git clone https://github.com/igemsoftware2016/Michigan16.git

Otherwise, you can go to the GitHub page and click download there.

Now, open up a terminal/command prompt and go into the newly downloaded folder (default name Michigan16) and type in the follow:

cd mibiosoft
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8000

Then, use your preferred browser and in the address bar and type localhost:8000, and then your should see a local version of ProtoCat running on your own computer.

michigan16's People

Contributors

thomascoliver avatar aturfah avatar kylepc avatar evolver0 avatar dwdineen avatar hydoan avatar adtrosin avatar drewmanson9 avatar

Watchers

Karan Kwatra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.