This is the website that powers trees.rit.edu, the community-created tree map.
- Install Meteor.
- Copy
settings.json.sample
tosettings.json
and edit appropriately. - From the root directory, run
meteor --settings settings.json
.
- Download GraphicsMagick
- Download JPEG and PNG delegates
- (JPEG) jpegsrc.v9a.tar.gz
- (JPEG-2000) openjpeg-2.0.0.tar.gz
- (PNG) libpng-1.6.24.tar.gz
- Install delegates through
./configure
andsudo make && make install
- Install GraphicsMagick through
./configure LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include
andsudo make && make install
- Add to Meteor
meteor add cfs:graphicsmagick
(Repeat 3 and 4 for any new delegate included.)
MIT