[how-to] [OS X] Installing apstools
Modified on: Fri, 17 Nov 2023 12:07 PMOriginal Publishing Date:
2020-01-22
2020-01-22
Resolution
apstools
requires java
, php
and APS PHP Runtime
. JRE/JDK
and PHP
are usually already installed on most OS X distributives.
-
Verify that both Java and PHP are available, execute the following commands in Terminal:
java -version
php -v
-
Download APS PHP Runtime
Note: make sure
APS PHP Runtime
is accessible forPHP
usinginclude_path
inphp.ini
:- rename
/etc/php.ini.default
to/etc/php.ini
- uncomment
include_path
for Unix inphp.ini
- specify the path to the folder where you unpacked
APS PHP Runtime
- rename
- Install apstools