[1] Installation

Last modified by admin on 2023/09/05 16:54

akaBot Automation Hub Installation

  • akaBot Automation Hub requires some additional programs such as:
    - JAVA JDK 11
    - MySQL Community Server

1. Java JDK 11

Step 1 - Kindly download Java JDK 11 at JAVA JDK 11

Step 2- Run the installer you have downloaded. After that, click "Next" to proceed.

1693904663056-588.png

1693904774851-856.png

  • After Installation is complete, you will see the Complete Notification below. Simply click “Finish”. You have successfully installed JDK.

1693904326967-726.png

Note: Make sure that JAVA_HOME presents in your environment variables by typing command echo %JAVA_HOME%, the output should be a path that point to jdk 11 ex: C:\Program Files\Java\jdk-11.0.12

2. MySQL 8.0

Step 1 - Kindly download MySQL 8.0

image-20220506134617-7.png

Step 2 - Run the installer and choose Custom option.

image-20220506134622-8.png

  • To run akaBot Center, you will need MySQL Server and MySQL Workbench.
  • Under:
    MySQL Servers > MySQL Server, choose the newest for MySQL Server.
    Application > MySQL Workbench, choose the newest version for MySQL Workbench.

image-20220506134630-9.png

image-20220506134638-10.png

  • After that, kindly click Execute and hit Next,...

image-20220506134644-11.png

  • When you at the Accounts and Roles page, it is recommended you set it to the default password ”sis@12345” to avoid having to update the Config file later. Click “Next"

image-20220506134651-12.png

  • Click "Execute" and wait till everything is finished. Click “Finish”.

image-20220506134706-14.png

  • If you see this prompt, we have successfully finished the installation. Click “Finish”.

image-20220506134713-15.png

Note: Automation Hub can run with other DBMS such as Oracle or SqlServer but it’s not tested yet, so we only recommend you run with MySQL this time.

3. akaBot Automation Hub Configuration

Step 1 - Open the application.yml file
Step 2 - Update the database connection by updating the datasource section (database server, username, password…)

1693905462485-103.png
Step 3 - Uncomment the mail section and fill in your smtp mail server

1693905506300-127.png

Step 4 - Update the server port, the default is 8080

1693905557801-606.png

Step 5 - Update the root download URL for downloading components (e.g.: your host is example.com and the port is 8080 -> http://example.com:8080/api/storage/download)

1693905599611-971.png

Step 6 - Save the edited file.

4. Install AutomationHub service

Step 1: Open the command line as administrator and cd to the extracted directory from the downloaded Automation Hub package.

Step 2: Run install script win-install.bat

1693907381377-886.png

Step 3: The script will start installing and configuring Automation Hub service
1693907428654-851.png

Step 4: Open Windows Services and you can see our new AutomationHub service here, the status will be Running by default.

1693907493657-100.png

Step 5: Now you can start/stop the service from Window Services.
1693907540338-897.png

Step 6: If something went wrong, you can see the log in hub.log

1693907617823-409.png

Step 7: Wait a minute (it may take 1-2 minutes) and then open http://localhost:8080 to start using the Automation Hub.

  
Navigation