Skip to content

kostyakch/rhinoart_cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rhinoart

Rhinoart is a admin engine system. This a CMS backend

Installation:

# Gemfile for Rails 4
gem 'rhinoart', github: 'kostyakch/rhinoart_cms'

Basic rhinoart use

Add in Your Gemfile line like this:

gem 'rhinoart', github: 'kostyakch/rhinoart_cms'

After it:

$ rails g rhinoart:install

#and
$ rake db:populate #if need

Now You cat login: http://localhost:3000/admin login: [email protected] password: admin