Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 467 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 467 Bytes

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