Sha256: 8dffe804c7f56fe9a8fa47fe23df19ae3d7af305e97f126708a0b15515f075c5
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 Bytes
Contents
# PagesCore Pages is a CMS for Rails apps. ## Installation ### Using the template rails new [app name] -T -d mysql -m ~/Dev/gems/pages/template.rb ### Using the generators Add pages_core to your Gemfile: gem 'pages_core', git: 'git@github.com:manualdesign/pages.git', branch: 'master' Run Bundler: bundle install And generate the config files: rails g pages_core:install Now visit /admin and create your user account. ## Upgrading Review the [changelog](CHANGELOG.md) for breaking changes.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pages_core-3.4.3 | README.md |
pages_core-3.4.2 | README.md |