Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 28-Aug-2023 12:55 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 57 lines
%%(display:none)
{{{
WikiUp
}}}
/%
[{TableOfContents }]\\
!!! Introduzione\\
Lo smartkit FE (per la fatturazione elettronica) è stato il primo smartkit prodotto da Sme.UP e per questo motivo ha una struttura leggermente diversa dagli altri.\\
Lo smartkit-fe è una macchina virtuale con pre-installato uno Smeup Provider. La macchina virtuale è controllabile da Sme.UP perchè resa minion di un master SaltStack di produzione di Sme.UP.\\
\\
\\
!!! Il progetto GIT\\
\\
Smeup Provider Image\\
\\
!! Prerequisite\\
\\
Install virtualbox.\\
\\
Install packer following this Getting started guide:\\
\\
https://www.packer.io/intro/getting-started/install.html\\
\\
Position yourself in the desired directory depending on if you want a virtualbox or vmware machine\\
\\
!! Validate packer template\\
\\
Validate the template with:\\
\\
%%quote
packer validate -var-file ../common/vars.json template.json
/%
----
\\
!! Build packer template\\
\\
To build just change validate to build in the preceding commands:\\
\\
%%quote
packer build -var-file ../common/vars.json template.json
/%
----
\\
If the process terminate without errors you can import the ova appliance in your virtualbox.\\
\\
__Note__\\
\\
If you want to access to logs of container you have to open a shell in the running docker. You can do this from the host console with the following command\\
\\
docker exec -it smeup-provider-fe /bin/sh\\
__Note__\\
\\
If you want be able to connect directly to the running docker container you have to configurate a second network interface in Global Tools of Virtualbox whit "host only" properties and "DHCP Server" enabled, then you need to connect it in the network configuration of the Host virtual machine\\
\\
__Useful links__\\
\\
[http://sanbarrow.com/vmx/vmx-guestos.html]\\
This page has only one version
«