rpush

(β˜… 2,204)

The push notification service for Ruby.

  • .coveralls.yml
  • .gitignore
  • .rspec
  • .rubocop.yml
  • .rubocop_todo.yml
  • .ruby-version
  • Appraisals
  • CHANGELOG.md
  • Gemfile
  • Gemfile.lock
  • LICENSE
  • logo.png
  • Rakefile
  • README.md
  • rpush.gemspec

# Installation Guide

1. Get the code
git clone https://github.com/rpush/rpush

Downloads the entire project code from GitHub to your computer.

cd rpush

Moves into the project folder you just downloaded.

2. Ruby

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Ruby Ruby is required to use the bundle command.
$ bundle

Type this command into your terminal and run it.

$ bundle exec rpush init

Type this command into your terminal and run it.

app.bundle_id = "BUNDLE ID" # the unique bundle id of the app, like com.example.appname

Type this command into your terminal and run it.

headers: { 'apns-topic': "BUNDLE ID" }, # the bundle id of the app, like com.example.appname. Not necessary if set on the app (see above)

Type this command into your terminal and run it.

bundle install

Installs the Ruby libraries listed in the Gemfile.

βœ… If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).

Pulled directly from this repo's README.

// repository documentation