Project

kebapage

0.0
No commit activity in last 3 years
No release in over 3 years
Kebapage is a static page manager for Cybele initialized Rails applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3.8

Runtime

~> 4.0.2
~> 0.5.3
~> 0.6.9
~> 3.5.2
~> 4.0.2
~> 4.0.1
 Project Readme

Kebapage

Requirements

Before mounting Kebapage to your application, you will need:

  • Ruby ~> 2.0
  • Rails ~> 4.0
  • Cybele ~> 1.0.0

Installing Kebapage to Cybele Rails applications

Add the engine to your Gemfile:

gem 'kebapage'

Bundle install:

bundle install

Make the installation:

rails g kebapage:install

Run migrations:

rake db:migrate

Mount the engine under HQ namespace and add extra routes in config/routes.rb file:

namespace :hq do
  mount Kebapage::Engine => '/mount_point' # Example: '/spm'
end

get '/:id', to: 'kebapage/static_pages#show', as: 'pages'

Add blog icon-link to Cybele Rails application's app/views/layouts/hq/partials/_dock.haml file. For an example, checkout example.haml file.

Bugs and Feedback

If you discover any bugs or want to drop a line, feel free to create an issue on Github

http://github.com/lab2023/kebapage/issues

Contributing

Once you've made your great commits:

  1. Fork Template
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Create a Pull Request from your branch
  5. That's it!

Credits

lab2023

License

Copyright 2014 lab2023 – information technologies