https://github.com/awwright/magnode
The semantic content management system for Node.js.
https://github.com/awwright/magnode
Last synced: 10 months ago
JSON representation
The semantic content management system for Node.js.
- Host: GitHub
- URL: https://github.com/awwright/magnode
- Owner: awwright
- Created: 2013-05-20T15:57:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T00:10:18.000Z (about 10 years ago)
- Last Synced: 2024-10-18T10:29:02.430Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://magnode.org/
- Size: 1.32 MB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magnode
Magnode is a framework and application that manages and formats dereferenced resources. In layman's terms, it's a content management system.
It's designed to cover a broad spectrum of use cases, including blogs, wikis, databases, user accounts, custom resource types, Content-Type negotiation, full HTTP support, static websites, and more.
## Information
The place to get information is .
Information on new releases is published on . You should subscribe to that mailing list to get updates on the latest releases and upgrade information.
## Installation
For complete documentation, see the documentation in docs/ or online at .
Configure dependencies:
$ git submodule update --init
Run setup:
$ MAGNODE_MONGODB='mongodb://localhost/magnode' ./httpd.js --setup
Done!