No description
This repository has been archived on 2026-05-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Ruby 87.4%
  • Shell 12.6%
Find a file
2018-05-07 18:46:58 +02:00
bin Initial (golden) commit 2018-05-07 18:46:58 +02:00
config Initial (golden) commit 2018-05-07 18:46:58 +02:00
lib Initial (golden) commit 2018-05-07 18:46:58 +02:00
log Initial (golden) commit 2018-05-07 18:46:58 +02:00
tmp Initial (golden) commit 2018-05-07 18:46:58 +02:00
vendor Initial (golden) commit 2018-05-07 18:46:58 +02:00
.ruby-version Initial (golden) commit 2018-05-07 18:46:58 +02:00
config.ru Initial (golden) commit 2018-05-07 18:46:58 +02:00
download-geoip.sh Initial (golden) commit 2018-05-07 18:46:58 +02:00
Gemfile Initial (golden) commit 2018-05-07 18:46:58 +02:00
Gemfile.lock Initial (golden) commit 2018-05-07 18:46:58 +02:00
README.md Initial (golden) commit 2018-05-07 18:46:58 +02:00

GeoIP-Unicorn

An example app used for comparing between Ruby and Elixir in a specific use case.

Setup

Run download-geoip.sh to get your GeoLite2-Country database. Review config/unicorn.rb to possibly dial in worker_processes.

Operation

Run bin/unicorn -c config/unicorn.rb.