This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit fbab2ac8251afa62cc20d8b99d350e679d8ab41a
tree 4b5f7791091039c3c3687029cd76d5e6ad4554b6
parent 44dcba6e0d2eb6183fde7341426e27790361e4f8
tree 4b5f7791091039c3c3687029cd76d5e6ad4554b6
parent 44dcba6e0d2eb6183fde7341426e27790361e4f8
utype /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
app/ | ||
| |
autotest/ | ||
| |
config/ | ||
| |
gems/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
spec/ | ||
| |
themes/ |
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








