Subversion Repositories oidplus

Rev

Rev 724 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 724 Rev 725
Line 43... Line 43...
43
# Set file owners (otherwise software updates via web interface are not possible)
43
# Set file owners (otherwise software updates via web interface are not possible)
44
chown -R apache:apache /var/www/localhost/htdocs/oidplus/
44
chown -R apache:apache /var/www/localhost/htdocs/oidplus/
45
 
45
 
46
# Install packages required for OIDplus
46
# Install packages required for OIDplus
47
# Required
47
# Required
-
 
48
# If php-gmp cannot be installed, you can use php-bcmath
-
 
49
# If php-mbstring cannot be installed, you can use php-iconv (however, there is currently a bug in Alpine? https://github.com/symfony/polyfill/issues/387 )
48
apk add php-bcmath php-session php-iconv php-json
50
apk add php-gmp php-session php-mbstring php-json
49
# Optional (recommended)
51
# Optional (recommended)
50
apk add php-curl php-sockets php-simplexml php-mbstring php-openssl php-gmp
52
apk add php-curl php-sockets php-simplexml php-openssl
51
# Apply changes
53
# Apply changes
52
service apache2 restart
54
service apache2 restart
53
 
55
 
54
apk list --installed |grep php
56
apk list --installed |grep php
55
#php81-curl-8.1.1-r0 x86_64 {php81} (PHP-3.01 BSD-3-Clause LGPL-2.0-or-later MIT Zend-2.0) [installed]
57
#php81-curl-8.1.1-r0 x86_64 {php81} (PHP-3.01 BSD-3-Clause LGPL-2.0-or-later MIT Zend-2.0) [installed]