Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 335 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 335 Bytes

Simple Upload Server

Using node.js (and GraphicsMagick for autoOrient images)

Things to do

git clone [git repo] simple-upload-server
cd simple-upload-server
npm install

Copy the config.sample.js to config.js and edit it to match your needs.

Then:

node .

Have fun.

Quangbuu Le