go>> muda>> 返回
项目作者: mempko

项目描述 :
Muda means useless in Japanese. It is a todo list that is out of the way.
高级语言: C++
项目地址: git://github.com/mempko/muda.git
创建时间: 2015-08-27T18:31:09Z
项目社区:https://github.com/mempko/muda

开源协议:GNU Affero General Public License v3.0

下载


Muda

Muda means useless in Japanese. This is a simple TODO list web application written in
C++ and Web Toolkit.

Try it out at bigmuda.com

image

Dependencies

Building

  1. mkdir build
  2. cd build
  3. cmake ..
  4. cmake --build .

Running

  1. Create a database in Postgresql called ‘muda’ and create a user.
  2. Copy the wt_config.xml.example and modify it to connect to the Postgresql database.
  3. Copy the resources directory where you want the root directory to be.

Then execute

  1. ./muda --docroot=root --http-port=80 --http-address=0.0.0.0 --config wt_config.xml

License

This project is licensed under the GNU Affero GPL Version 3 license.
Read the COPYING file about the specifics of the license.