# exUpload **Repository Path**: mygoare/exupload ## Basic Information - **Project Name**: exUpload - **Description**: upload and generate img using express and mongodb - **Primary Language**: CoffeeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-07-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: web-dev-toolkits **Tags**: None ## README Demo Location: [exUpload](http://121.199.23.154:8090/upload) ###Tips Run with `supervisor app` should `npm install supervisor -g` and `npm install coffee-script -g` first. ###How to Start * `npm install` * `supervisor app.coffee` (just a project for practice) * load [localhost:8090/upload](http://localhost:8090/upload) to upload & modify ###Depend on Images dealed with imagemagick & graphicsmagick **Mac OSX** Using [homebrew](http://brew.sh/) `brew install imagemagick` `brew install graphicsmagick` **Ubuntu LTS 12.04** `sudo apt-get update` `sudo apt-get install imagemagick` `sudo apt-get install graphicsmagick` ###Deploy with [forever](https://github.com/nodejitsu/forever) `npm install -g forever` `cd exupload` folder `NODE_ENV=production forever start -c coffee app.coffee`