...
- 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
...