Sha256: 3f35bba7963736c1f284d313ae4e4d64f0e8595d909c6f03852dfd72b88bc889
Contents?: true
Size: 1.76 KB
Versions: 3
Compression:
Stored size: 1.76 KB
Contents
# Gluttonberg Core [![Gem Version](https://badge.fury.io/rb/gluttonberg-core.png)](http://badge.fury.io/rb/gluttonberg-core) [![Build Status](https://travis-ci.org/Gluttonberg/core.png?branch=master)](https://travis-ci.org/Gluttonberg/core) [![Dependency Status](https://gemnasium.com/Gluttonberg/core.png)](https://gemnasium.com/Gluttonberg/core) [![Code Climate](https://codeclimate.com/github/Gluttonberg/core.png)](https://codeclimate.com/github/Gluttonberg/core) ## About **Gluttonberg** is an Open Source CMS developed by the team at ***Freerange Future***. As designers and developers, we love the flexibility of Ruby, but got tired of taking care of authentication, asset mangement, page management (and so on...) with every install. We created **Gluttonberg** to take care of that boring stuff so we could start having fun sooner. ## Setup Setting up **Gluttonberg** is easy. The following setups will get you up and running. 1. Create a new **Rails** app. `rails new gluttonberg_app --skip-bundle --database=postgresql` 2. Add **Gluttonberg** to the *Gemfile* and then bundle install. `gem 'gluttonberg-core', :git => 'git://github.com/Gluttonberg/core.git', :require => 'gluttonberg'` `bundle install` 3. Double check the username and password in the *database.yml* and then create the database. `bundle exec rake db:create` 4. Run the **Gluttonberg** installer rake task, the task will move all required files into place, migrate the database and then ask you for admin user details. `bundle exec rake gluttonberg:install` 5. Start the server. `foreman start` 6. Login to the [admin page](http://localhost:5000/admin) and start building. `http://localhost:5000/admin` ## Help If you need help using **Gluttonberg** or are looking for tips, please read the [HELP.md](HELP.md) file.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gluttonberg-core-3.0.2 | README.md |
gluttonberg-core-3.0.1 | README.md |
gluttonberg-core-3.0.0 | README.md |