smatin / smt2

Automatically exported from code.google.com/p/smt2
0 stars 0 forks source link

[support] Tracking remote webserver from a different machine #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Does it be possible to install SMT2 to a different webserver than the one that 
we want to track?

I would like to reduce the load of my webserver and the respective database 
from the tracking operations, so does it be possible to install and use a 
different server (on the same LAN) for the tracking operations?

If so, how it's the correct procedure?
Should I just add on my webserver a tracking script similar to that one:

<script type="text/javascript" 
src="http://tracking-server-ip/path-to/smt2/core/js/smt-aux.min.js"></script>  
<script type="text/javascript" 
src="http://tracking-server-ip/path-to/smt2/core/js/smt-record.min.js"></script>

???

Original issue reported on code.google.com by scal...@gmail.com on 25 Sep 2010 at 4:11

GoogleCodeExporter commented 9 years ago
Unfortunately it is not yet possible.
I'll try to get it working on next releases.

Original comment by luis.lei...@gmail.com on 26 Sep 2010 at 6:39