Loading...

Develop


Developpement

Developpement & installation.

  • Windows
  • Linux
  • MacOS

If you have any troubles to run AribaMs or if you are unable to download the Software from the home page, You can always download the "Ariba Machine Security" monitoring tool by pressing "Download".

Ariba Machine Security is only available on windows at the moment


You can install and configure Apache (for the web server) and MySQL (for the database) on your system without using XAMPP. Here's how to do it on Windows, although similar steps can be followed on other operating systems:


Step 1: Install Apache

  1. Download Apache: Go to the official Apache website (https://httpd.apache.org/download.cgi) and download the version of your choice for Windows. Preferably, choose a stable version.
  2. Install Apache: Run the downloaded installer and follow the instructions to install Apache on your system.
  3. Configure Apache: Apache is typically installed as a Windows service. You can start, stop, and configure Apache using the Windows Service management tools.

Step 2: Install MySQL

  1. Download MySQL: Visit the official MySQL website (https://dev.mysql.com/downloads/installer/) and download the MySQL Community Server version for Windows.
  2. Install MySQL: Run the downloaded installer and follow the instructions to install MySQL on your system. During installation, you'll need to set a password for the MySQL root user.
  3. Configure MySQL: After installation, you can use the "MySQL Command Line Client" program to connect to MySQL using the root password you set. From there, you can create databases, users, and perform other tasks.

Step 3: Configure PHP

If you plan to use PHP with Apache, you'll also need to configure PHP. Here's how:

  1. Download PHP: Visit the official PHP website (https://windows.php.net/download/) and download the PHP version that is compatible with Apache and MySQL for Windows.
  2. Install PHP: Run the downloaded installer and follow the instructions to install PHP on your system.
  3. Configure Apache for PHP: You'll need to edit the Apache configuration file (httpd.conf) to load the PHP module. You should add something like this to your Apache configuration file:
      LoadModule php_module "path_to_php/php7apache2_4.dll"
      AddType application/x-httpd-php .php
      PHPIniDir "path_to_php"

  4. *Make sure to replace "path_to_php" with the actual path to your PHP installation.


    1. Restart Apache: After configuring PHP, restart Apache to apply the changes.

    After following these steps, you'll have Apache, MySQL, and PHP (if needed) installed on your system, ready for web development. You'll need to configure your Apache virtual hosts and create MySQL databases as per your requirements.

Then launch the software by executing the aribams.exe file