Follow the below steps to run the application.
- Make sure your Internet is working. :)
- Clone this repo by typing ::
$ git clone https://github.com/darkdefender27/tailme.git tailme
$ cd tailme/- 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.txtor you can also type ::
$ easy_install `cat requirement.txt`$ python manage.py runserverGNU GPL Version 3, 29 June 2007.
Please refer this link <http://www.gnu.org/licenses/gpl-3.0.txt>_
for detailed description.