TAM3 Logo: Cartoony red ticket with TAM3 on it.

Ticket Auction Manager

Client Install

This is the subsection on installing Ticket Auction Manager on the client.

Prerequisites

Installation

Open a terminal emulator of your choice, create a directory to stage the installation, then navigate to it:

mkdir ~/tam3-client
cd ~/tam3-client

Download the latest version of tam3-client-full_... from the releases page using wget. Example using 0.2.0 below:

wget https://github.com/dbob16/tam3/releases/download/0.2.0/tam3-client-full_0.2.0.tar.gz

(To get the link for above, you can copy it by right-clicking, then Copy link. Then paste it into most terminal emulators by using Ctrl + Shift + V)

Extract the file by using the tar -xvzf tam3<Tab> (Using the Tab button can autocomplete in most consoles):

tar -xvzf tam3-client-full_0.2.0.tar.gz

Then using the two scripts, load and start the client:

./client-load.sh
./client-launch.sh

The client launch script will ask you a few questions to set it up.

(If you answered “y” (yes) to the remote server question above)

Then once you’re done you can then open a web browser and navigate to http://localhost:8300/ to use it.