TNAPS How-To

Installation

TNAPS is very easy to install to any target system. It is distributed as a zip archive with a set of binary files inside it. All you have to do is to extract those files to anywhere in your system you like and execute it.

TNAPS does not rely on any system wide setting and does not require any special installer. So, TNAPS distribution package can be launched at any of the supported OS.


Launching Samples

We maintain repository at github with TNAPS 3 samples. It contains many useful tips and instructions to help you get started with TNAPS development. Watch video to the right about building sample and running it within TNAPS hosting environment.

Installing sample on Linux/Mac

Here is the basics of getting your hands over TNAPS samples (assume you have TNAPS installed into /opt/tnaps and mono 2.10.1 into /opt/mono-2.10.1):

$ mkdir ~/tnaps
$ cd ~/tnaps
$ git clone git://github.com/tncor/tnaps-samples.git
$ cd tnaps-samples/sample_1
$ export TNAPS_HOME=/opt/tnaps
$ export MONO=/opt/mono-2.10.1
$ ./make_sample.sh