Skip to content

AVANT/biofoam

Folders and files

NameName
Last commit message
Last commit date
Mar 4, 2015
Jan 22, 2014
Feb 18, 2015
Feb 18, 2015
Feb 25, 2015
Jan 12, 2014
Mar 4, 2015
Jan 19, 2015
Feb 11, 2015
Mar 4, 2015
Jan 22, 2014
Jan 19, 2015
Feb 18, 2015
Jan 19, 2015
Feb 25, 2015
Feb 10, 2015

Repository files navigation

Biofoam

Frontend of AVANT.org

Biofoam is a self-sealing, space-filling coagulant and also an antibacterial, tissue-regenerative foam polymer used by the United Nations Space Command as a form of medical first aid. -- Halo wiki

Getting Started (depreciated soon)

  • uses nodejs with gulp and bower for development and package management
  • in a shell located at the root directory run npm start

Getting Started Docker

Download Local Dependencies

  • download brew
  • download brew cask brew install caskroom/cask/brew-cask
  • download virtualbox with brew brew cask install virtualbox
  • download docker with brew brew install docker
  • download docker-compose (formally fig) with brew NOT IN BREW YET
    • can get the docker-compose binary here

Start Up VM and Containers

  • from anywhere in bash boot2docker up
  • from root folder in bash docker-compose up

Deploying

  • need awscli tools brew install awscli
  • need to create a .env file at the root with all the necessary creds
  • commands make staging and make prod deploy to their respective environments

TODOs