Skip to content
/ trakr Public
forked from infin8/trakr

Minimalistic http tracking written in python and twisted

License

Notifications You must be signed in to change notification settings

kenna/trakr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

minimalistic tracking written in python and twisted

http://trakr.mobi

INSTALLATION

you will need python pip

sudo apt-get install python python-pip

install trakr

sudo pip install https://github.com/infin8/trakr/archive/master.zip

USAGE

start the service

twistd trakr

now visit http://localhost:8101/dashboard

user: trakr
pass: trakr

Tracking

place the following code on your landing page replace "mangos" with a unique identifier being your landing page id

<meta name="lpid" content="mangos" />
<script language="JavaScript" type="text/javascript" src="http://YOURDOMAINHERE.COM/js"></script>

NGINX

nginx configuration

server {
    location / {
        proxy_pass http://localhost:8101; 
        proxy_set_header X-Forwarded-For $remote_addr;
    }
}

About

Minimalistic http tracking written in python and twisted

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%