Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storyblok/rails-boilerplate
Ruby on Rails Storyblok Starter Boilerplate
https://github.com/storyblok/rails-boilerplate
cms hacktoberfest ruby ruby-on-rails storyblok
Last synced: about 1 month ago
JSON representation
Ruby on Rails Storyblok Starter Boilerplate
- Host: GitHub
- URL: https://github.com/storyblok/rails-boilerplate
- Owner: storyblok
- Created: 2018-04-30T16:01:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T11:17:12.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T23:59:52.601Z (7 months ago)
- Topics: cms, hacktoberfest, ruby, ruby-on-rails, storyblok
- Language: Ruby
- Homepage: https://www.storyblok.com/tp/ruby-on-rails-cms
- Size: 1.22 MB
- Stars: 10
- Watchers: 11
- Forks: 6
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This project is an example of how to integrate the headless CMS Storyblok to a Ruby on Rails project.
You can read the full "how to article" at [www.storyblok.com/tp/ruby-on-rails-cms](https://www.storyblok.com/tp/ruby-on-rails-cms).
## Installation
First exchange the token Dv2ok3DqODzzb8QUuN2XCgtt with your preview token from Storyblok`s settings page in following files:
* pages_controller.rb
* page.liquidThen install the gems and start the server.
~~~console
bundle install
rails server -p 3000
~~~