Sha256: 55258573e2b1dd1ca36560c2d8518857542c1ce22c007f13fd6c37d514699a5f
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
# Ruby Local Bucketing Example ## Setup You will need Ruby and Ruby on Rails to run this app ### Installing Ruby You can install a specific verion of Ruby via Homebrew or use a ruby version manager like [rbenv](https://github.com/rbenv/rbenv) ### Installing Rails Once you have Ruby installed you'll be able to run `gem install rails` to install rails ## Running the app In the `local-bucketing-example` directory, run `bundle install` to install required dependencies. Run `DVC_SDK_KEY={sdk_key} rails server` to start the rails server. The server should be running on `localhost:3000`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devcycle-ruby-server-sdk-2.0.0 | examples/local/local-bucketing-example/README.md |