https://github.com/ericflo/servertail
Our team's djangodash project
https://github.com/ericflo/servertail
Last synced: 11 months ago
JSON representation
Our team's djangodash project
- Host: GitHub
- URL: https://github.com/ericflo/servertail
- Owner: ericflo
- Created: 2010-08-05T20:45:56.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-08-22T00:26:11.000Z (almost 16 years ago)
- Last Synced: 2025-04-02T22:51:19.389Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://servertail.com/
- Size: 540 KB
- Stars: 49
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
ServerTail is a service which lets you quickly and easily see real time
output of log files on your servers, with just a web browser!
Just enter in your server's hostname, a username, and an optional password, and
the path to your log file, and we'll start showing you that log file right
away.
The URL that we give you is unique and cannot be guessed. You can feel free to
share that URL to anyone or noone--the choice is yours.
INSTALLATION AND RUNNING
========================
$ git clone git://github.com/ericflo/servertail.git
$ sudo easy_install -U virtualenv
$ virtualenv stenv
$ source stenv/bin/activate
$ easy_install -U pip
$ cd servertail
$ pip install -U -r requirements.txt
$ python manage.py syncdb
$ python manage.py migrate
$ ./bin/serve
Now you can open your browser to http://127.0.0.1:8000/ and have fun!
For extra flair, navigate to http://127.0.0.1:8000/admin/ and under the
"Front pages" item, you can choose a featured tail to show on the front page.