Skip to content

mempko/muda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muda

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

Dependencies

Building

mkdir build
cd build
cmake ..
make 

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

./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.

About

Muda means useless in Japanese. It is a todo list that is out of the way.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published