Skip to content

mithilarun/squealing-meow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

squealing-meow

src for http://mithilarun.com

Prerequisites

  • Docker
  • The nginx image for docker

Installation

To create a docker image with this website, run the following:

docker build -t squealing-meow-content .

Once the image is created, we need to start it:

docker run --name squealing-meow -d -p 80:80 squealing-meow-content

References

I have used twitter bootstrap to set this website up. You find the source and documentation for twitter bootstrap here: http://getbootstrap.com