Pre Requisite: Make sure docker is installed before following the below steps.
Windows:
Step 1: Launch PowerShell as an Administrator and execute the following command.
curl -o start_applicare.bat https://applicarepatch.blob.core.windows.net/java-file/start_applicare.bat; .\start_applicare.bat
Step 2: Then enter the server IP when prompted.
server IP -> The IP of the machine where docker is running.
Step 3: After few minutes you can access the Applicare console in the browser.
http://<server IP>:8880/applicare
server IP ->The IP of the machine where docker is running.
Linux:
Step 1: Download the file "start_applicare_linux.sh" using either curl or wget, depending on your preference.
Curl:
curl -o start_applicare_linux.sh https://applicarepatch.blob.core.windows.net/java-file/start_applicare_linux.sh
Or
Wget:
wget https://applicarepatch.blob.core.windows.net/java-file/start_applicare_linux.sh
Step 2: After download the file give the execute permission for that file. Then run the file in putty season, then enter the server IP when prompted.
server IP -> The IP of the machine where docker is running.
Step 3: After few minutes can access the console in the browser.
http://<server IP>:8880/applicare
server IP ->The IP of the machine where docker is running.
Mac:
Step 1: Download the file "start_applicare_mac.sh" using either curl or wget, depending on your preference.
Curl:
curl -o start_applicare_mac.sh https://applicare.blob.core.windows.net/docker/start_applicare_mac.sh
Or
Wget:
wget https://applicare.blob.core.windows.net/docker/start_applicare_mac.sh
Step 2: After download the file give the execute permission for that file. Then run the file in terminal window, Then enter the server IP when prompted.
server IP -> The IP of the machine where docker is running.
Step 3: After few minutes can access the console in the browser.
http://<server IP>:8880/applicare
server IP ->The IP of the machine where docker is running.
Comments
0 comments
Article is closed for comments.