Sha256: db0c8efb91a8e1715abb5a02e6cdf1f1619a675090a40a3373236ad276030169

Contents?: true

Size: 730 Bytes

Versions: 39

Compression:

Stored size: 730 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. add config.extensions = [ :snippets, :clipped, :layouts, :multi_site ] to enable them in application.rb

6. Run `bundle exec rake db:setup`, `bundle exec rake trusty_cms_engine:install:migrations`, then `bundle exec rake db:bootstrap`.

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
trusty-cms-4.1.8 INSTALL.md
trusty-cms-4.1.7 INSTALL.md
trusty-cms-4.1.6 INSTALL.md
trusty-cms-4.1.5 INSTALL.md
trusty-cms-4.1.4 INSTALL.md
trusty-cms-4.1.3 INSTALL.md
trusty-cms-4.1.2 INSTALL.md
trusty-cms-4.1.1 INSTALL.md
trusty-cms-4.1.0 INSTALL.md
trusty-cms-4.0.2 INSTALL.md
trusty-cms-3.9.7 INSTALL.md
trusty-cms-3.9.6 INSTALL.md
trusty-cms-3.9.5 INSTALL.md
trusty-cms-4.0.1 INSTALL.md
trusty-cms-3.9.4 INSTALL.md
trusty-cms-3.9.3 INSTALL.md
trusty-cms-3.9.2 INSTALL.md
trusty-cms-4.0.0 INSTALL.md
trusty-cms-3.9.1 INSTALL.md
trusty-cms-3.9.0 INSTALL.md