Skip to content

Sample application for Meteor job-collection (and file-collection) Atmosphere packages

License

Notifications You must be signed in to change notification settings

vsivsi/meteor-file-job-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor job-collection (+ file-collection) Sample App

If you are looking for just the basic Meteor file-collection sample app, it can now be found here: https://github.com/vsivsi/meteor-file-sample-app

This demo app uses file-collection's built-in support for Resumable.js to allow drag and drop uploading of image files into a basic thumbnail gallery. It uses job-collection to automate creation of thumbnail images for each uploaded file. Besides the gallery view, the sample app also has "file" and "job" views to observe and manage the underlying file and job collections directly and given examples for how basic UI controls for these packages can be implemented.

To set-up: just clone this repo, cd into its directory, run:

# This line only needs to be run the first time
meteor npm install

meteor

Once it starts up point your browser at http://localhost:3000/.

You will also need to have graphicsmagick installed on the server for use in making the image thumbnails. This may be easily installed on Mac OS X using MacPorts or Brew, and on Linux using your preferred package manager.

About

Sample application for Meteor job-collection (and file-collection) Atmosphere packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published