Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lab2023/kebapage
Kebapage is a static page engine for Cybele initialized Rails applications.
https://github.com/lab2023/kebapage
Last synced: 2 months ago
JSON representation
Kebapage is a static page engine for Cybele initialized Rails applications.
- Host: GitHub
- URL: https://github.com/lab2023/kebapage
- Owner: lab2023
- License: mit
- Created: 2013-12-31T11:40:40.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-01-15T14:13:24.000Z (about 10 years ago)
- Last Synced: 2024-11-18T09:25:02.934Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 410 KB
- Stars: 6
- Watchers: 15
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
- Security: SECURITY.md
Awesome Lists containing this 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:
```ruby
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:
```ruby
namespace :hq do
mount Kebapage::Engine => '/mount_point' # Example: '/spm'
endget '/: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](http://lab2023.com/assets/images/named-logo.png)
- Kebapage is maintained and funded by [lab2023 - information technologies](http://lab2023.com/)
- Thank you to all the [contributors!](../../graphs/contributors)
- The names and logos for lab2023 are trademarks of lab2023, inc.## License
Copyright 2014 lab2023 – information technologies