Muda means useless in Japanese. This is a simple TODO list web application written in C++ and Web Toolkit.
mkdir build
cd build
cmake ..
make
- 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
This project is licensed under the GNU Affero GPL Version 3 license. Read the COPYING file about the specifics of the license.