Skip to content

thamerla/siteace

Repository files navigation

Final assignment for Coursera's Meteor Course

Task | Course certificate

Creative Commons BY-NC-ND License Created by Tomasz Hamerla (nonyy)

This website is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License

TL;DR: The website license is very strict to not allow cheating on coursera. Either DIY or leave this site. Docker-related content (including bundle.sh script) is licensed under The Unlicense.

Running

  • Install docker

  • Type the following commands in terminal/powershell:

    (on MacOS/Linux you can also run sh run.sh)

      docker run -d --name mongo mvertes/alpine-mongo:3.2.10-3
      docker run -d --link mongo:db --name meteor -p 3000:80 nonyy/siteace
    
  • Visit http://localhost:3000