https://github.com/darkdefender27/tailme
An application implementing Unix's tail command
https://github.com/darkdefender27/tailme
flask tail-files websockets
Last synced: 12 days ago
JSON representation
An application implementing Unix's tail command
- Host: GitHub
- URL: https://github.com/darkdefender27/tailme
- Owner: darkdefender27
- Created: 2017-08-03T13:41:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T05:05:36.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T22:41:49.502Z (over 1 year ago)
- Topics: flask, tail-files, websockets
- Language: HTML
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tailme
======
Follow the below steps to run the application.
### Clone
- Make sure your Internet is working. :)
- Clone this repo by typing ::
```sh
$ git clone https://github.com/darkdefender27/tailme.git tailme
$ cd tailme/
```
### Installation
- Install Virtual Environment using the following command ::
```sh
$ brew install python-virtualenv
```
- Create a Virtual Environment ::
```sh
$ virtualenv /path/to/virtualenv
```
- Activate the virtualenv using the command ::
```sh
$ source /path/to/virtualenv-name/bin/activate
```
- Change the directory to the `tailme/` project using the command ::
```sh
$ cd /path/to/tailme
```
- Install pre-requisites using the command ::
```sh
$ pip install -r Requirements.txt
```
or you can also type ::
```sh
$ easy_install `cat requirement.txt`
```
### Execution
```sh
$ python manage.py runserver
```
### License
GNU GPL Version 3, 29 June 2007.
Please refer this `link `_
for detailed description.