mariusz / utype
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
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

