North Star is an online blog website built with Node.js and Mongodb.
- Download the latest release.
- Clone the repo:
git clone git://github.com/akasfei/North-Star.git
.
You can get Node.js at http://www.nodejs.org/
Please note that when this README file is being written, North Star has only been tested on Node.js 0.8.x. Support on other versions is not guaranteed.
You can get Mongodb at http://www.mongodb.org/
Mongodb version 2.0 or newer is supported.
Before launching the application, please ensure that mongodb is running.
mongod
Then you may start the server:
% node app.js
If this is the first time you start the server, an administrator account will be created:
Access ID : Forty Two
Access code: SFEI_HEART_OPENSOURCE
All right, that's all there is to do it. Visit localhost to see your application!
Available on GitHub Wiki
Only several pages available at this moment. More coming up!
I'm planning to convert this blog website into an API server that will provide service to mulitple platforms. This update will be completed before SFEI Systems v4. In version 4, I will add many new features to the website, but then this website will look more like a web application than a traditional website.
Detailed roadmap of SFEI Systems, from 3.3.2 to 4.5.0, is availalbe on GitHub Wiki
Copyright (c) 2009-2013 SFEI
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
or
LICENCE
file.Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.