Sha256: d2bf55b9a6ffb00b6adc286594b8728fb69e738bd82711327ef952246d07a051

Contents?: true

Size: 565 Bytes

Versions: 1

Compression:

Stored size: 565 Bytes

Contents

# Installation and Setup

From within the directory containing your TrustyCMS instance:

1. Create a new Rails 5.2 application (i.e. `rails new [project_name]`)

2. Add the following gems to your Gemfile:
  - gem 'trusty-cms'
  - gem 'rails-observers'

3. Run `bundle install`

4. Run the Trusty CMS generator to get the project into shape: `rails g trusty_cms [project_name]`.
   - This will ask you if you want to replace a number of existing files (like application.rb); reply Y to all.

5. Run `bundle exec rake db:setup`, then `bundle exec rake db:bootstrap`.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trusty-cms-3.3.3 INSTALL.md