Skip to content

datascopeanalytics/kudos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kudos

A crappy implementation of a good idea: give colleagues continuous kudos throughout the year

Getting started

  1. vagrant up to start the virtual machine

  2. fab dev provision to install all of the prerequisite software

  3. ./manage.py migrate to load the data into the database

  4. ./manage.py createsuperuser to create a superuser account

  5. Follow the instructions for registering social authentication via google using the allauth app.

  6. Create a user by running the server with fab dev serve and logging in for the first time:

  7. If you're so inclined, you can simulate a whole buncha kudos by running ./manage.py simulate_kudos (kudos messages courtesy of this heartfelt site). To do this you'll need to vagrant ssh and then cd web/ && ./manage simulate_kudos.

Internals

This project is provisioned with @gabegaster's FabTools_StartKit and is built off of @xenith's django-base-template.

About

A crappy implementation of a good idea: give colleagues continuous kudos throughout the year

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published