Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

export JEKYLL_VERSION=3.8

docker run --name incubator-rya-site --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 3000:4000 -it jekyll/jekyll:$JEKYLL_VERSION jekyll build

docker run --name incubator-rya-site --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 3000:4000 -it jekyll/jekyll:$JEKYLL_VERSION jekyll serve

open a browser to http://localhost:3000/

...