Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsivsi/meteor-file-job-sample-app
Sample application for Meteor job-collection (and file-collection) Atmosphere packages
https://github.com/vsivsi/meteor-file-job-sample-app
Last synced: 19 days ago
JSON representation
Sample application for Meteor job-collection (and file-collection) Atmosphere packages
- Host: GitHub
- URL: https://github.com/vsivsi/meteor-file-job-sample-app
- Owner: vsivsi
- License: other
- Created: 2014-06-26T22:08:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T20:30:13.000Z (over 7 years ago)
- Last Synced: 2024-10-08T01:42:21.908Z (30 days ago)
- Language: CoffeeScript
- Homepage:
- Size: 107 KB
- Stars: 24
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://atmospherejs.com/vsivsi/file-collection) built-in support for [Resumable.js](http://www.resumablejs.com/) to allow drag and drop uploading of image files into a basic thumbnail gallery. It uses [job-collection](https://atmospherejs.com/vsivsi/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:
```sh
# This line only needs to be run the first time
meteor npm installmeteor
```Once it starts up point your browser at `http://localhost:3000/`.
You will also need to have [graphicsmagick](http://www.graphicsmagick.org/) 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.