MagnitudeCMS / magnitudecms
- Source
- Commits
- Network (0)
- Issues (1)
- Downloads (4)
- Wiki (1)
- Graphs
-
Tag:
0.1.1
tree 19b82c574f384b6fb090f6d1aaab6bfaaaa6b607
parent 53e12e70119eae657619decaae7472f9b4798a72
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 05 10:35:36 -0700 2009 | |
| |
Gemfile | ||
| |
README.md | ||
| |
Rakefile | Mon Oct 05 06:31:02 -0700 2009 | |
| |
app/ | ||
| |
autotest/ | Sun Mar 08 16:11:11 -0700 2009 | |
| |
bin/ | ||
| |
config/ | ||
| |
cucumber.yml | ||
| |
doc/ | ||
| |
features/ | Wed Mar 11 00:23:21 -0700 2009 | |
| |
gems/ | ||
| |
merb/ | Mon Oct 05 06:31:02 -0700 2009 | |
| |
public/ | ||
| |
spec/ | Mon Oct 05 07:39:31 -0700 2009 |
MagnitudeCMS
For information about this project refer to the MagnitudeCMS website or GitHub
Installing / Running
Installing
git clone git://github.com/MagnitudeCMS/magnitudecms.git
gem install bundler
gem bundle --cached
Dependencies
MagnitudeCMS uses the bundler. To redeploy the gems on your system (including native gems), just run:
gem bundle --cached
Note not using Datamapper or any other ORM. Using straight CouchRest.
Running
Modify the config file so it is pointing at your CouchDB server.
config/application.yml
The first time the app is run there are no websites or users configured.
Also there is only one type of user, full access.
Simply start the app and hit up the site and follow the prompts
bin/merb -athin -p4050
open browser http://localhost:4050
Upon hitting MagnitudeCMS the first time you'll be asked to create a user. Then it'll create the couchdb you specified in the config and you'll be able to create a new site. Now click the link and login as the user you just created. Once that is all done you'll see the homepage of the new site you just created
Ta-Da - This how simple CMS should be!

