Since version v0.10.0, example swarm instance supports AET developers.
In order to be able to easily deploy AET artifacts on your docker instance follow these steps:
Notice, this example shows how to configure full-stack AET dev environemnt.
If you want to e.g. work only over AET bundles, you don't have to configure feature files
or report application. Just configure bundles volume and skip adjustments for other parts of AET stack.
Download example-aet-swarm.zip
from the release and unzip the files to the
folder from where docker stack will be deployed (from now on we will call it AET_ROOT).
Edit aet-swarm.yml and uncomment karaf and report services volumes:
Developer environment
Since version
v0.10.0
, example swarm instance supports AET developers. In order to be able to easily deploy AET artifacts on your docker instance follow these steps:Download
example-aet-swarm.zip
from the release and unzip the files to the folder from where docker stack will be deployed (from now on we will call itAET_ROOT
).Edit
aet-swarm.yml
and uncommentkaraf
andreport
services volumes:Adjust structure of the
AET_ROOT
to:Build AET application and move all artifacts tho the right places:
bundles
directoryfeatures
configs
directory already contains setup configsreport
directoryNow like in instance setup steps, run
docker stack deploy -c aet-swarm.yml aet
to enoy your AET dev stack.