Code Monkey home page Code Monkey logo

turkey's Introduction

A site to encourage me to actually get on and do stuff. It's working so far!

With many thanks to:

  • All who were involved in creating Bootstrap, Flask, SQLAlchemy, and the other amazing projects that have turned this into a few evenings of hacking instead of a month of tedium to get up and running.
  • crdoconnor (https://github.com/crdoconnor) for getting the tests up and running with his BDD test suite, 'hitch'.

Installation:

  • Tested on Ubuntu 14.04.
  • Requires: git, python3, virtualenv
  1. git clone https://github.com/geokala/turkey.git
  2. cd turkey
  3. virtualenv . --python=python3
  4. . bin/activate
  5. pip install -r requirements.txt
  6. Optionally create a turkey.conf file from turkey.conf.example. DB path, if set, must be absolute

  7. ./manage.py db upgrade # If you did not create a turkey.conf file then the db will be in /.turkey.db

Running:

  • Tested on Ubuntu 14.04.
  • From turkey dir created during installation (not turkey/turkey).
  1. . bin/activate
  2. ./manage.py runserver

Upgrade:

  1. git fetch origin # Assuming you haven't changed the geokala/turkey.git from being origin. If you have, you will know
  2. git rebase origin/master
  3. ./manage.py db upgrade

Usage:

  • Access on localhost:5000
  • Click register to register (you don't have to verify your e-mail address currently).
  • Login after registering.
  • Disable user registrations if desired via the site administration panel.
  • Create goals, optionally with subgoals.
  • Under each goal, create tasks.
  • Tasks are intended to be performed daily on the current version- little (or lots) and often.
  • When you have created tasks they will appear on the home screen in orange (if you haven't completed them today) and can be clicked on to complete them (optionally with a comment that is visible under the task info display). Once completed, they will turn blue for the remainder of the day. You may need to refresh the following day if you still have the page open.
  • Tracking of success rates, and possibly metrics, coming soon.

All code not otherwise noted is under a BSD 3-clause license. jQuery, bootstrap-growl, and Twitter's Bootstrap are used under the MIT license. bootstrap-datepicker is used under the Apache Public License.

turkey's People

Contributors

crdoconnor avatar geokala avatar

Watchers

Matt Wheeler avatar James Cloos avatar  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.