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 /files.sh | |
| 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 'files.sh')
| -rw-r--r-- | files.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,7 +9,9 @@ install_dir 0755 root wheel '/etc/httpd' install_file 0644 root wheel '/etc/httpd/_acme.conf' install_file 0644 root wheel '/etc/httpd/_listen80.conf' install_file 0644 root wheel '/etc/httpd/_listen443.conf' +install_file 0644 root wheel '/etc/my.cnf' install_file 0600 root wheel '/etc/pf.conf' +install_file 0644 root wheel '/etc/php-8.3.ini' install_file 0644 root wheel '/etc/rc.conf.local' install_file 0644 root wheel '/etc/shells' install_dir 0755 root wheel '/etc/ssh' @@ -29,3 +31,8 @@ install_dir 0755 root daemon '/var/www/conf' install_file 0644 root wheel '/var/www/conf/cgitrc' install_dir 0755 git git '/var/www/git' install_dir 0755 git git '/var/www/git/repositories' +install_dir 0755 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7' +install_dir 0755 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7/includes' +install_dir 0755 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7/admin/includes' +install_file 0644 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php' +install_file 0644 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7/admin/includes/configure.php' |
