geotrellis / geotrellis-site

Documentation and site for GeoTrellis.
Apache License 2.0
5 stars 10 forks source link

Transition to a Jekyll based development environment #88

Closed rbreslow closed 5 years ago

rbreslow commented 5 years ago

Overview

Remove everything that wasn't in /static (Scala services, Nginx, old STRTA, Travis config, etc), and replace with the supporting Vagrant and Docker resources necessary to provide a Ruby 2.4.6 Jekyll-based development environment.

Resolves #87

Testing Instructions

Following the instructions in the README, ensure that you can make tweaks to the site and see your changes reflected locally by hitting http://localhost:4000.

alexelash commented 5 years ago

@hectcastro I took a look at what's in there—we could stick with this if it's a lot more work to create a fresh Jekyll site, but it may be nice to start anew. There's a lot I'd be removing/rewriting in the existing version.

hectcastro commented 5 years ago

Makes sense. We can jekyll new to help create a fresh setup and update this PR accordingly. 👍

rbreslow commented 5 years ago

@hectcastro This is now a skeleton Jekyll site.

I updated the .ruby-version file you added because we're running 2.4.6 in the container, because the 2.4.3 container uses an older version of Debian with broken packages.