scharfie / slate

Rails-based content management system/framework

Home Page:http://slateinfo.blogs.wvu.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

slate is a content management system/framework originally developed at
West Virginia University Web Services (http://www.wvu.edu).

Setup

  • Configure your database connection (database.yml)
  • Create your database and load the schema (rake db:schema:load)
  • Run slate setup to create a login (rake slate:setup)

Local Machine Setup

  • Add slate.local.host to your hosts file. Point it at 127.0.0.1
  • Start mongrel (script/server)
  • Access admin at slate.local.host:3000

Hey!

Please be aware: slate is still in early alpha stage. This version (0.5)
is a complete rebuild of the original system used at WVU. Many aspects
have not been rebuilt yet. Comments are welcome, but no support will
be provided at this point.

About

Rails-based content management system/framework

http://slateinfo.blogs.wvu.edu

License:Other


Languages

Language:Ruby 64.4%Language:JavaScript 35.6%