youyongsong / timelog

A django app that logs work time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timelog

A django app that logs work time.

Development

  1. Build the dev image:
make build
  1. Start the dev shell:
make shell
  1. Publish image:
make publish
  1. Run server:
make server

Deployment

  1. make sure file /var/timelog/timelog.db exists.
  2. download the docker-compose.yaml from this repo.
  3. use docker-compose up -d to start the timelog service.
  4. exec into service using docker-compose exec timelog sh, and run python manage.py migrate to setup the tables, then run python manage.py createsuperuser to create admin.
  5. down.

About

A django app that logs work time.

License:MIT License


Languages

Language:Python 95.7%Language:Makefile 4.3%