Tokaido installs Rails into the system. A working copy of Ruby, Rubygems, Rails and all necessary gems are installed into the user's system, available from the Terminal.
- Visit https://github.com/tokaido/tokaidoapp/releases/tag/v1.0
- Click on the Tokaido.zip button to download the app
- When the Application downloads, drag it to your Applications folder
- Double Click Tokaido.app
If you get a warning about the app not being loaded because it is from an unknown developer:
You can fix this by following the directions provided by Apple at http://support.apple.com/kb/ht5290.
When first cloning this repo, be sure to run the following:
gem install cocoapods
pod install
bundle install
rake
open Tokaido.xcworkspace
You should then be able to build and run Tokaido in Xcode.
