Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basically you need to get hold of the latest demoBundle; it is automatically built and tagged with the corresponding version numbers of the whole stack. The demo bundle can be downloaded from the in-house private Nexus at: http://10.0.0.70:8081/nexus/content/repositories/demos/net/azeti/ssc/demo/demoStack/ This site is only available from inside the Azeti network (or via VPN) and you need Nexus credentials.

Choosing the Installation Way

Info

Vagrant or Docker directly?

Vagrant is a great way to spin up machines easily directly on your windows laptop or macbook. It relies on VirtualBox or other hypervisors, see the online docs. If you are searching for a way to install it on an existing Linux server, e.g. to demo it on a fair or for a short project, you probably want to install a docker-host and use it natively. Go to the next section then, see azeti Engine Demo from Docker Container

Installation the Vagrant-Way

  •  make sure all pre-requisites are met
  •  extract demoStack-Version.zip (e.g. demoStack-0.3.6.zip), it will expand into a demo folder
  •  

    change to this folder, open a command prompt / terminal there and run 

    Code Block
    vagrant up
  •  

    it might take some time and will prompt for your DockerHub credentials (username, passwort) and hit Enter

    Code Block
    Username for DockerHub: customerusername
    Password for DockerHub: allyoursecretsarebelongtous
  •  

    for the first time a lot of files need to be downloaded (2.5 GB) so be patient

  •  

    after a while you should see something like 

    Code Block
    Demo has been successfully deployed!
  •  

    then you can open your browser at http://192.168.33.10:8080/SSCAdminApp

...

Code Block
./init_stack.sh

...

Vagrant Usage

Start / Stop

Simply stop the Vargrant VM, either via VirtualBox or (being in the demo folder) for stopping:

...