-
Sign up for a Parse account
-
Create an app (save the Application ID and Client Key for app configuration)
-
Download Parse SDK for iOS (sorry no CocoaPods yet) and copy Parse.framework folder under /vendor (included in the repo)
-
Setting up CocoaPods master repo ($ pod setup)
-
Create an Facebook Application at https://developers.facebook.com (save App Id and App secret for app configuration)
Install Git, RVM, RubyMotion
$ rvm get head $ git clone https://github.com/integrallis/okonawa.git $ cd okonawa/ # prompted by RVM $ copy environment-sample.yaml to environment.yaml (replace all values) $ bundle $ rake pod:install $ rake spec $ rake