Thanks to visit codestin.com
Credit goes to github.com

Skip to content

learn-usertoken/tock

 
 

Repository files navigation

tock

A simple time tracking experiment

Build Status

Getting Started

Make sure you have vagrant installed. For instance, on OS X with Homebrew:

$ brew cask install vagrant

Then, ensure you have the appropriate Vagrant Box installed:

$ vagrant box add ubuntu/trusty32

You can get started with development by running the Vagrantfile:

$ vagrant up

This will provision an entire setup for you pretty quickly (see provision/dev/bootstrap.sh). You can access Django and start runserver by doing the following:

$ vagrant ssh
$ cd /vagrant/tock
$ pyenv activate tock
$ python manage.py runserver

From your host computer, going to http://192.168.33.10 will enable you to view Tock. You're automatically logged in as [email protected], the nginx proxy in production will pull the logged in user from Google Auth proxy. You can access the admin panel at http://192.168.33.10/admin

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.1%
  • Python 38.9%
  • HTML 9.6%
  • Ruby 2.8%
  • Shell 1.6%