tobiasflohre/movie-database

build and run suggestions, docker-compose setup

nicodewet opened this issue · 0 comments

  • Perhaps remind readers that they need to install docker-compose 1.5.0 or greater for the --x-networking flag
  • The build.sh script assumes /opt/movie-database exists

Haven't studied the grunt part in detail, would like to avoid doing so, in any case, getting this going without error on my local mac entailed the following in case it helps anyone, last step is naturally to make sure it's working now:

  • cd movie-database-shop-app/
  • npm install grunt --save-dev
  • npm install
  • grunt