Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berlinmagic/fineline
fineline CMS ... das einfache CMS auf Rails-Basis
https://github.com/berlinmagic/fineline
Last synced: about 2 months ago
JSON representation
fineline CMS ... das einfache CMS auf Rails-Basis
- Host: GitHub
- URL: https://github.com/berlinmagic/fineline
- Owner: berlinmagic
- Created: 2011-08-10T23:31:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-24T20:28:17.000Z (about 13 years ago)
- Last Synced: 2024-03-26T06:59:42.798Z (9 months ago)
- Language: JavaScript
- Homepage: orangenwerk.com
- Size: 26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# fineline-CMS
This is fineline-CMS a super simple but mighty cms build on Ruby on Rails.
fineline is an GemSet, so it is fully modular.
## Usage
$ gem install strangecms # => will install strangecms, strange_core, strange_sites, strange_themes, strange_user
$ gem install strange_[modul] # => will install the modul
$ rails g strangecms:install # => will mirror all needed files, than migrate and seed database (development + production)
$ rails server # => start your new CMS
.. more usements:
$ rails g strangecms:update # => update system & all modules
$ rails g strangecms:modul [name] # => generates new modul [name]
$ rails g strangecms:theme [name] # => generates new theme [name]## Code for this GEMset is inspired and adopted from following great stuff:
Thanks to all of theese People, this app exists!
THANKS A LOT !
Spree Commerce - Spree (Spree) - [Spree][Spree], [spreecommerce][spreecommerce]Lucas Florio - lucasefe (themes_for_rails) - [lucasefe][lucasefe]
Gastón Ramos - gramos (easy-fckeditor) - [gramos][gramos]
Philip Hallstrom - phallstrom (el_finder) - [phallstrom][phallstrom]
Ryan Bates - ryanb (Railscasts) - [ryanb][ryanb], [railscasts][railscasts]
## Licence
Private Repository ! .. no Copy! .. no Change! .. no Downloads! .. no Support!
[spree]: https://github.com/spree/spree
[spreecommerce]: http://spreecommerce.com/
[lucasefe]: https://github.com/lucasefe/themes_for_rails
[gramos]: https://github.com/gramos/easy-fckeditor
[phallstrom]: https://github.com/phallstrom/el_finder
[railscasts]: http://railscasts.com/
[ryanb]: https://github.com/ryanb/railscasts-episodes/