Skip to content

darkdefender27/tailme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tailme

Follow the below steps to run the application.

Clone

  • Make sure your Internet is working. :)
  • Clone this repo by typing ::
$ git clone https://github.com/darkdefender27/tailme.git tailme
$ cd tailme/

Installation

  • Install Virtual Environment using the following command ::
$ brew install python-virtualenv
  • Create a Virtual Environment ::
$ virtualenv /path/to/virtualenv
  • Activate the virtualenv using the command ::
$ source /path/to/virtualenv-name/bin/activate
  • Change the directory to the tailme/ project using the command ::
$ cd /path/to/tailme
  • Install pre-requisites using the command ::
$ pip install -r Requirements.txt

or you can also type ::

$ easy_install `cat requirement.txt`

Execution

$ python manage.py runserver

License

GNU GPL Version 3, 29 June 2007.

Please refer this link <http://www.gnu.org/licenses/gpl-3.0.txt>_ for detailed description.

About

An application implementing Unix's tail command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published