diff options
| author | bookcorner <git@bookcorner.ge> | 2026-07-27 00:14:05 +0400 |
|---|---|---|
| committer | bookcorner <git@bookcorner.org> | 2026-07-27 00:14:05 +0400 |
| commit | 1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e (patch) | |
| tree | caf0948f2b5614db71c76a0ea4ffd9f5cc68b4e0 /deploy | |
| parent | 778d9d98a81a368ccf03475310dd9b83e4526f28 (diff) | |
| download | infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.gz infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.bz2 infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.lz infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.xz infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.zst infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.zip | |
Install MariaDB, PHP, Phoenix Cart
Diffstat (limited to 'deploy')
| -rwxr-xr-x | deploy | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -41,9 +41,11 @@ done if [ "$DRY" != 'YES' ]; then echo '===' pkg_add \ - bzip2 lzip xz zstd \ - curl git gnupg vim--no_x11 wget \ - cgit gitolite + bzip2 lzip unzip-- xz zstd \ + curl git gnupg vim-- wget \ + cgit gitolite \ + mariadb-server \ + php-8.3.32 php-curl-8.3.32 php-gd-8.3.32 php-intl-8.3.32 php-mysqli-8.3.32 fi . "$REPO/files.sh" @@ -55,7 +57,7 @@ if [ "$DRY" != 'YES' ]; then echo '===' rcctl restart portmap - rcctl restart httpd nfsd slowcgi sshd + rcctl restart httpd mysqld nfsd php83_fpm slowcgi sshd kill -KILL `cat /var/run/mountd.pid` || true rcctl start mountd |
