Skip to content

lluft/playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Castle Playground

  1. Initialize the Rails environment:

    bundle install
    rake db:setup
    
  2. Create an account at Castle.

  3. Once you have your Castle credentials, start the Rails server with the following environment variables:

    CASTLE_APP_ID=100000000000000
    CASTLE_API_SECRET=secret
    

    For example:

    CASTLE_APP_ID=100000000000000 CASTLE_API_SECRET=secret rails s
    
  4. Contact us if you have any questions.

About

Example implementation of Castle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 62.1%
  • HTML 35.7%
  • CSS 2.0%
  • JavaScript 0.2%