Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 4

...

Download the A-Stack Zip file that has been provided to you using the downloadable zip file link that has been provided to your email.

Install A-Stack

Prerequisite to Install

  1. Make sure you have Java JDK 1.8 installed on your system. Please note that A-Stack is not compatible with latest versions of JDK.
  2. Make sure JAVA_HOME variable is set up correctly


         Image Added

Installation Steps

Unzip A-Stack Bundle
  • Open a terminal or cmd window and create a directory (say, atomiton-release)
  • Run unzip <Name of the A-Stack Bundler Zip file>

          Image Added

Content Description

Once the bundle is unzipped you will following files and folder structure.

Image Removed            Image Added

File/Folder NameDescription
binTQL Command Line Interface Tool (Windows: tql.bat; Linux: tql)
libLibraries used by TQL Command Line Interface Tool
syslib

Atomiton Provided Drivers associated with various protocol handlers.

Please look at

logsLog files generated by A-Stack
examplesSample Models
sff.local.config.xmlAdd you local project specific settings here
resourcesTemporary store where you projects gets imported and stored
sff.auto.launch

Folder containing runtime / 3rd party redistributable bundlers

(Including Protocol Handlers prepackaged by Atomiton)

A-StackuitqlengineuiA-Stack Javascipt/HTML files
atomiton.A-Stack.jarA-Stack Runtime (Main one!)

...

Verify Installation

There are two ways you can verify that the engine has started successly

...

  • A-Stack by default creates log files in logs folder in A-Stack folder
  • By default Log provider configured is Log4j with following Log4j properties files

    Code Block
    languagetext
    themeEmacs
    titleDefault Log4j settings
    linenumberstrue
    #Log4J Properties :
    log4j.rootLogger=INFO, R
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=deviceEngine.log
    log4j.appender.R.MaxFileSize=50Mb
    # Keep one backup file
    log4j.appender.R.MaxBackupIndex=20
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=[%d] %p %c [%t] %m%n

...


Login

...

to A-Stack

...

Not the A-Stack User Interface credentials are not same as your TQLStudio account. You can change the default login credentials using A-Stack UserInterface.

...

TQL Console

...

  • Login and Password are CaseSensitive**

    LoginPassword

...

  • TQLEngine@atomiton.comtql123

...

Verify Agreement

...


  • Login URL

    http://<hostipaddress>:<defaultPort>/app/index.html


  • Accept the Agreement
    Default Engine not activate page (Applicable to version 1.0.5)
    Image Removed


Next, let's try importing a sample project.