mariusz / utype
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
utype /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 27 11:04:31 -0700 2008 | |
| |
README.markdown | Mon Sep 01 09:17:30 -0700 2008 | |
| |
Rakefile | Tue Oct 21 03:00:02 -0700 2008 | |
| |
app/ | Tue Nov 11 09:26:22 -0800 2008 | |
| |
autotest/ | Tue Jun 10 00:44:08 -0700 2008 | |
| |
config/ | Thu Oct 30 16:45:10 -0700 2008 | |
| |
gems/ | Sat Nov 08 05:29:35 -0800 2008 | |
| |
lib/ | Tue Nov 11 09:26:22 -0800 2008 | |
| |
public/ | Tue Nov 11 09:26:22 -0800 2008 | |
| |
spec/ | Mon Nov 10 04:40:17 -0800 2008 | |
| |
themes/ | Tue Nov 11 09:26:22 -0800 2008 |
README.markdown
INTRODUCTION
utype project aims to be the best blogging platform ever (or I should say a CMS system with blogging capabilities for a good start...). we've just started, so don't expect a production ready application, current sources are experimental :)
if you're interested in helping us out, just let us know.
contact information:
UTYPE
Required gems:
- merb-core
- merb-parts
- merb-assets
- merb_helpers
- dm-core
- dm-validations
- dm-timestamps
- dm-is-list
- dm-is-tree
Running specs:
- create your test database (doooh :)
- run:
rake dm:db:automigrate MERB_ENV=test - run:
rake spec
Installation:
- Create
config/database.ymland setup your databases - Install utype by running:
rake utype:install - Run the specs:
rake spec - To run the server just type
merbin the app root
