Server (and Hacker) for the Uncle Kryon mobile apps.
Tasks include sending push notifications, building the database, and scraping the websites for the data.
Nokogiri:
- Installing Nokogiri
- Fedora / CentOS / Red Hat
$ sudo dnf install gcc ruby-devel zlib-devel
- Ubuntu / Debian
$ sudo apt-get install build-essential libgmp-dev liblzma-dev patch ruby-dev zlib1g-dev
- Fedora / CentOS / Red Hat
Alternatively, you can run one of the rake tasks:
$ bundle exec rake nokogiri_apt # Ubuntu / Debian
$ bundle exec rake nokogiri_dnf # Fedora / CentOS / Red Hat
$ bundle exec rake nokogiri_other
$ git clone 'https://github.com/esotericpig/UncleKryon-server.git'
$ cd UncleKryon-server
$ bundle install
$ bundle exec rake -T
UncleKryon-server (https://github.com/esotericpig/UncleKryon-server)
Copyright (c) 2017-2022 Jonathan Bradley WhitedUncleKryon-server is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.UncleKryon-server is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with UncleKryon-server. If not, see https://www.gnu.org/licenses/.