GithubHelp home page GithubHelp logo

cctvbtx / whattodo-cppcms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from butitsnotme/whattodo

0.0 0.0 0.0 4.41 MB

A simple C++ ToDo list manager

License: GNU General Public License v3.0

JavaScript 0.49% C++ 91.70% C 0.27% Assembly 0.28% CMake 6.63% PLpgSQL 0.63%

whattodo-cppcms's Introduction

whatTODO

whatTODO is a web based To Do list. It was written for the purpose of being simple and fast, with a focus on useability.

Requirements

whatTODO runs on a Linux server. It requires that cppdb and cppcms shared libraries are available. It also requires the sqlite3 binary and systemd (for autostart).

Installation

You can find packaged versions of cppdb and cppcms on github in this project's releases section. These (or equivalent) must be installed. Next install the debian package containing whatTODO (also found on this project's releases page). Finally, add a user to the database.

sudo ./cppdb-linux.sh --prefix=/usr --exclude-subdir
sudo ./cppcms-linux.sh --prefix=/usr --exclude-subdir
sudo dpkg -i whattodo-*.deb # At the very least, queue the package for
                            #   installation
sudo apt-get install -fy # Make sure that dependencies are installed
sudo whattodoctl adduser <your-name-here> # Add a user

Note that you should replace <your-name-here> with a desired username

Now navigate to http://<installed-host>:8080/whattodo to view test it out

Libraries used in this project

whattodo-cppcms's People

Contributors

butitsnotme avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.