Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjoernricks/trex
trex - time recording enhanced
https://github.com/bjoernricks/trex
Last synced: about 1 month ago
JSON representation
trex - time recording enhanced
- Host: GitHub
- URL: https://github.com/bjoernricks/trex
- Owner: bjoernricks
- License: mit
- Created: 2014-09-25T17:58:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T09:13:45.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T04:06:49.082Z (over 1 year ago)
- Language: JavaScript
- Size: 2.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
trex
====trex - time recording enhanced
Installation
------------Install requirements::
$ pip install -r requirements.txt
Configure settings, e.g.::
$ cp trex/settings_development.py trex/settings.py
$ $EDITOR trex/settings.py # update your settingsCreate a secrets file::
$ touch secret.key
$ $EDITOR secret.key # insert secret to fileor::
$ echo "123" > secret.key
$ python manage.py secretkey > secret.key.really
$ mv secret.key.really secret.keyCreate the database::
$ python manage.py migrate
Run the server::
$ python manage.py runserver $IP_ADDRESS:$PORT
Open your browser on $IP_ADDRESS:$PORT.
License
-------MIT License