Skip to content

iGEM Judging release

Latest
Compare
Choose a tag to compare
released this 22 Oct 03:59
· 9 commits to master since this release

How to install BioHub for your lab?

  1. Install Docker on your computer.
  2. docker run -d --name biohubdb -e MYSQL_ROOT_PASSWORD=password mysql
  3. sleep 20 NOTE: Skipping this step may cause step 4 fails!
  4. docker run -d --name biohub --link biohubdb:db -p 80:5000 biohubtech/biohub:1.0.0
  5. Install Chrome.
  6. Open localhost with Chrome. NOTE: Using other browsers may cause display errors!
  7. Sign up and have fun!

How to easily try BioHub?

  1. Install Chrome.
  2. Open biohub.tech with Chrome. That is a server hosted by us. NOTE: Using other browsers may cause display errors!
  3. Sign up and have fun!

What can BioHub do?

Please visit our iGEM wiki or watch the tutor video.

More detailed information

Please read the README file.

Special notes for iGEM judges

We believe that using Docker makes our project easier to run on every computer, so we do not release binary files, instead we built a Docker image and pushed it to Docker Hub. Since this release is the version 1.0.0, we use biohubtech/biohub:1.0.0 instead of biohubtech/biohub:latest above to make sure you get the right version. We will not change the Docker image tagged 1.0.0 after this release.