じーっ is a simple file hosting server written in Node.js and utilizes MongoDB's GridFS to store files.
$ git clone https://github.com/oohnoitz/jii.git
$ cd jii
$ npm install
You will need to copy the example config.json file and modify it with your own settings.
$ cp config.js.example config.js
To start the servers, run the following command:
$ node server.js