GothenburgBitFactory/taskserver

Name: taskserver

Owner: Gothenburg Bit Factory

Description: Taskserver - Taskwarrior Synchronisation Server

Created: 2018-02-03 10:16:05.0

Updated: 2018-05-16 18:31:38.0

Pushed: 2018-05-13 14:32:56.0

Homepage: null

Size: 1095

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Taskserver

Thank you for taking a look at Taskserver!

Taskserver is a daemon or service that will allow you to share tasks among different client applications, primarily Taskwarrior.

Taskserver is compatible with Taskwarrior version 2.4.x and later, but works best with the latest Taskwarrior.

Setup

Taskserver setup is complex. Be very careful when following instructions. Here is the only supported Taskserver setup guide. Ignore all others.

taskserver-setup.pdf

For torubleshooting, here is the only supoprted Taskserver troubleshooting guide. Ignore all others.

taskserver-troubleshooting.pdf

Almost every configuration problem is caused by not following the setup guide above carefully enough, followed by not following the troubleshooting guide carefully enough. If you cut corners or skip steps, it will not work.

Documentation

There is extensive online documentation. You'll find all the details at https://taskwarrior.org/docs/#taskd

At the site you'll find online documentation, downloads, news and more. Additionally there are three man pages installed:

Support

For support options, take a look at taskwarrior.org/support

Please use pull requests, or alternately send your code patches to support@gothenburgbitfactory.org

Branching Model

We use the following branching model:

Installing

There are many binary packages available, but to install from source requires:

Download the tarball, and expand it:

$ curl -O https://taskwarrior.org/download/taskd-1.2.0.tar.gz
$ tar xzf taskd-1.2.0.tar.gz
$ cd taskd-1.2.0

Or clone this repository:

$ git clone --recursive https://github.com/GothenburgBitFactory/taskserver.git
$ cd taskserver

In case of errors with libshared (URL pointing to git.tasktools.org):

$ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .git/config
$ git submodule update

Then build:

$ cmake -DCMAKE_BUILD_TYPE=release .
...
$ make
...
[$ make test]
...
$ sudo make install
Contributing

Your contributions are especially welcome. Whether it comes in the form of code patches, ideas, discussion, bug reports, encouragement or criticism, your input is needed.

Visit Github and participate in the future of Taskserver.

License

Taskserver is released under the MIT license. For details check the LICENSE file.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.