Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashrock/teamlog

最低限の機能を持つチームブログエンジン。
https://github.com/hashrock/teamlog

Last synced: 28 days ago
JSON representation

最低限の機能を持つチームブログエンジン。

Awesome Lists containing this project

README

        

teamlog
=======

[![Build Status](https://drone.io/github.com/hashrock/teamlog/status.png)](https://drone.io/github.com/hashrock/teamlog/latest)

最低限の機能を持つチームブログエンジン。

![screenshot](screenshot.png)

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

Require
-------

* MongoDB
* Nodejs 0.10+

Usage
----------

インストール

```
$ git clone https://github.com/181dev/teamlog.git
$ cd teamlog
$ npm install
```

実行ディレクトリに.envファイルを配置します。内容は下記の通りです(ローカルのMongoDBを使う場合)

```
MONGODB_URL=mongodb://localhost:27017
```

実行

```
$ npm start
```

http://localhost:3000/を参照します。

TODO
----------

* 簡易ログイン機能
* Markdown Preview