Popularity
5.0
Stable
Activity
0.0
Stable
612
38
49

Description

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 under "How to open an app from a unidentified developer and exempt it from Gatekeeper" here.

Code Quality Rank: L5
Programming language: Objective-C
License: MIT License
Latest version: v2.6

Tokaido alternatives and similar gems

Based on the "Environment Management" category.
Alternatively, view Tokaido alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Tokaido or a related project?

Add another 'Environment Management' Gem

README

Tokaido.app

Background

Tokaido installs Rails as a Mac OS X application. Working copies of Ruby, Rubygems, Rails and all necessary gems are installed into the user's system, available from the Terminal.

Getting Started

  1. Visit https://github.com/tokaido/tokaidoapp/releases/
  2. Click on the Tokaido.zip button to download the app
  3. When the Application downloads, drag it to your Applications folder
  4. Double Click Tokaido.app

Warnings

If you get a warning about the app not being loaded because it is from an unknown developer:

Unknown Developer Error

You can fix this by following the directions under "How to open an app from a unidentified developer and exempt it from Gatekeeper" here.

Developer Setup

When first cloning this repo, be sure to run the following:

gem install cocoapods
pod install
Scripts/package.sh
open Tokaido.xcworkspace

You should then be able to build and run Tokaido in Xcode.