SpinaCMS/Spina

View on GitHub
docs/v1/getting_started/2_install_spina.md

Summary

Maintainability
Test Coverage
# Install Spina CMS

To start using Spina CMS add the following line to your Gemfile:

```
gem 'spina'
```

Make sure you run the installer to get started.

```
rails spina:install
```

The installer will help you setup your first user.
Then start `rails s` and access Spina at `/admin`.