Muda means junk or trash in Japanese. It is a todo list that is out of the way (http://mempko.com)
root
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
- Create a database in Postgresql called 'muda' and create a user.
- Copy the wt_config.xml.example and modify it to connect to the Postgresql database.
- 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.