Skip to content

Upload meter - Solution for the recruitment process challange

Notifications You must be signed in to change notification settings

kazjote/challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gem requirements:

  gem install sinatra haml rack-test

Running testcase:

  ruby -rubygems app_test.rb

Running sinatra cluster:

  ruby -rubygems start.rb

To build nginx:

 cd nginx/vendor
 tar xzf nginx-0.8.53.tar.gz

 git clone http://github.com/masterzen/nginx-upload-progress-module.git nginx-upload-progress-module

 cd nginx-0.8.53
 ./configure --add-module=../nginx-upload-progress-module --prefix=`pwd`/../..
 make && make install

Running nginx

  sudo nginx/sbin/nginx

from root repo directory.

About

Upload meter - Solution for the recruitment process challange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published