Skip to content

afeiship/rails-module-spina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails-module-spina

Rails cms spina.

step by step:

  • install rails:
cd rails-module-spina
rl-new .
  • add spina gem & install cms:
## Gemfiile:
gem 'spina'

## bash
bundle install
rails g spina:install

## select demo.rb && install seed content.
  • remember installed info:
Your Spina site has been succesfully installed!

Restart your server and visit http://localhost:3000 in your browser!
The admin backend is located at http://localhost:3000/admin.

Site name      :  MySite
Active theme   :  demo
User email     :  [email protected]
User password  :  spina

resources: