qiao / coffee-box

A blog engine built upon Node.js, Express, MongoDB and CoffeeScript.
http://66.228.62.171:3000
71 stars 20 forks source link

CoffeeBox

CoffeeBox is a lightweight blog engine designed for fashionable developers. It's built upon Node.js, Express, MongoDB and CoffeeScript.

You may check out http://66.228.62.171:3000 for a demo page. Note that this project is still in heavy construction; lots of functionalities are to be implemented. If you are interested in this project, then a pull request or a issue ticket will always be appreciated.

Features

Getting Started

You may first need to install Node.js, npm, MongoDB, python2 and pygments, and make sure that MongoDB is running.

Then clone this project and install the dependecies.

git clone https://github.com/qiao/coffee-box
cd coffee-box
npm install

The site configuration file is config/site.json, you will need to modify it accordingly. Note that you will need an OpenID in order to login. You may register one at http://www.myopenid.com.

To start the server in production mode:

NODE_ENV=production node index.js

Now navigate your browser to localhost:3000, you should see CoffeeBox up and running.

Developing

Some notices:

License

MIT License

© 2011-2012 Xueqiao Xu <xueqiaoxu@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.