Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 589 Bytes

INSTALL.md

File metadata and controls

20 lines (18 loc) · 589 Bytes

Installing a development version of BioID

BioID is a collection of Markdown documents to be rendered into static HTML pages with Jekyll. To

  1. Clone this repository to your local computer:
    git clone http://github.com/ArtPoon/BioID
  2. Install Ruby gem bundler if not already on your system:
    sudo gem install bundler jekyll
  3. Install gems required by the site
    sudo bundle install
    
  4. Start the local server using the bash script in the root directory of BioID:
    bash run-server.sh