Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1010 Bytes

README.md

File metadata and controls

66 lines (43 loc) · 1010 Bytes

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.