getting-things-gnome / GTGOnline

An Online Application for Getting Things Gnome!
21 stars 7 forks source link

The Web application is up and running (link)

If you want to check out the UI of GTGOnline!, you can use the following credentials -

or you can view the screenshots (here)

If you want to run this application on your own server, here's how you can -

Requirements - SQL server, Django >= 1.4 (1.5 is preferable)

Open the file GTGOnline/settings.py, and replace the lines 42 to 51 -

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql', # database backend
        'NAME': 'demo', # name of the database
        'USER': 'parin', # user other than root
        'PASSWORD': 'parin',
        'HOST': '',
        'PORT': ''
    }
}

with your configuration.

I've written a sync backend for Getting Things Gnome! which syncs tasks with GTGOnline! It uses REST API and the documentation can be found here

For bug reporting, please open an issue or contact the developer