Yet another URL shortening app.
Clone the repository:
git clone <git/ssh:/path/to/repo>
Install ruby dependencies:
bundle install
Install javascript dependencies:
yarn install
Copy and populate configuration files:
cp config/*.yml.example config/*.yml
Setup the database:
bin/rails db:setup
A local MaxMind DB is required to record the city and country of a visitor via IP address.
Download the local database here. (full site)
After unpacking the file, move GeoLite2-City.mmdb'
to lib
.