1c_debian_11
Различия
Показаны различия между двумя версиями страницы.
Следующая версия | Предыдущая версия | ||
1c_debian_11 [16.04.2024 12:03] – создано augin | 1c_debian_11 [08.07.2024 11:51] (текущий) – внешнее изменение 127.0.0.1 | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
- | * ''' | + | * **Зависимости** |
- | apt install software-properties-common -y | + | <code bash> |
- | | + | apt install software-properties-common -y |
- | apt update | + | apt-add-repository contrib |
- | apt install gnupg2 sudo ttf-mscorefonts-installer fontconfig -y | + | apt update |
- | | + | apt install gnupg2 sudo ttf-mscorefonts-installer fontconfig -y |
- | + | fc-cache -fv | |
- | wget http:// | + | </ |
- | dpkg -i libenchant1c2a_1.6.0-11.1+b1_amd64.deb | + | <code bash> |
- | apt --fix-broken install -y | + | wget http:// |
+ | dpkg -i libenchant1c2a_1.6.0-11.1+b1_amd64.deb | ||
+ | apt --fix-broken install -y | ||
+ | </ | ||
- | * ''' | + | * **1c** |
- | <pre> | + | <code bash> |
tar xvfz server64_8.3.22.2143.tar.gz | tar xvfz server64_8.3.22.2143.tar.gz | ||
./ | ./ | ||
Строка 21: | Строка 24: | ||
systemctl start srv1cv8 | systemctl start srv1cv8 | ||
systemctl status srv1cv8 | systemctl status srv1cv8 | ||
- | </pre> | + | </code> |
- | * i386 | + | * **i386** |
- | <pre> | + | <code bash> |
dpkg --add-architecture i386 | dpkg --add-architecture i386 | ||
apt update | apt update | ||
Строка 31: | Строка 34: | ||
dpkg -i libenchant1c2a_1.6 | dpkg -i libenchant1c2a_1.6 | ||
apt --fix-broken install -y | apt --fix-broken install -y | ||
- | </ | ||
+ | </ | ||
- | * ''' | + | * **Postgresql 1C** |
- | cd ~ | + | <code bash> |
wget http:// | wget http:// | ||
| | ||
echo deb https:// | echo deb https:// | ||
apt update | apt update | ||
- | apt install postgrespro-1c-14-server -y | + | apt install postgrespro-1c-14-server -y</ |
- | / | + | <code bash> |
| | ||
| | ||
| | ||
- | | + | |
- | sudo -u postgres psql postgres | + | <code bash> |
| | ||
- | \quit | + | \quit</ |
nano / | nano / | ||
host all all 0.0.0.0/0 md5 | host all all 0.0.0.0/0 md5 | ||
Строка 56: | Строка 59: | ||
<!-- | <!-- | ||
nano / | nano / | ||
- | <pre> | + | <code> |
listen_addresses = ' | listen_addresses = ' | ||
max_connections = 500 # (change requires restart) | max_connections = 500 # (change requires restart) | ||
Строка 91: | Строка 94: | ||
escape_string_warning = off | escape_string_warning = off | ||
standard_conforming_strings = off | standard_conforming_strings = off | ||
- | </pre> | + | </code> |
--> | --> | ||
Строка 100: | Строка 103: | ||
| | ||
- | <pre> | + | <code> |
cat << EOF > / | cat << EOF > / | ||
[libdefaults] | [libdefaults] | ||
Строка 124: | Строка 127: | ||
| | ||
EOF | EOF | ||
- | </pre> | + | </code> |
- | <pre> | + | <code> |
cat << EOF > / | cat << EOF > / | ||
[global] | [global] | ||
Строка 155: | Строка 158: | ||
EOF | EOF | ||
mkdir / | mkdir / | ||
- | </pre> | + | </code> |
nano / | nano / | ||
- | <pre> | + | <code> |
passwd: | passwd: | ||
group: | group: | ||
... | ... | ||
- | </pre> | + | </code> |
net ads join -U Administrator | net ads join -U Administrator | ||
| | ||
Строка 170: | Строка 173: | ||
* ''' | * ''' | ||
- | PowerShell | + | <code bash>PowerShell |
| | ||
- | + | </ | |
- | cp / | + | <code bash> |
chown usr1cv8: | chown usr1cv8: | ||
chmod 600 / | chmod 600 / | ||
Строка 179: | Строка 182: | ||
| | ||
| | ||
+ | </ | ||
* ''' | * ''' | ||
- | apt install apache2 -y | + | <code bash> |
apt install php php-common php-pgsql php-gd php-xml php-mbstring php-fpm -y | apt install php php-common php-pgsql php-gd php-xml php-mbstring php-fpm -y | ||
| | ||
Строка 188: | Строка 191: | ||
| | ||
wget https:// | wget https:// | ||
- | + | </ | |
- | mkdir / | + | <code bash> |
/ | / | ||
| | ||
+ | </ | ||
* lic | * lic | ||
- | wget https:// | + | <code bash> |
wget https:// | wget https:// | ||
chmod +x install_hasp_Debian_11.sh | chmod +x install_hasp_Debian_11.sh | ||
Строка 201: | Строка 204: | ||
wget https:// | wget https:// | ||
dpkg -i haspd_7.90-eter2ubuntu_amd64.deb | dpkg -i haspd_7.90-eter2ubuntu_amd64.deb | ||
+ | </ | ||
* ''' | * ''' | ||
- | <pre> | + | <code> |
cat << EOF > / | cat << EOF > / | ||
#!/bin/bash | #!/bin/bash | ||
Строка 247: | Строка 250: | ||
ssh-copy-id root@bs | ssh-copy-id root@bs | ||
- | </pre> | + | </code> |
* ''' | * ''' |
1c_debian_11.1713268987.txt.gz · Последнее изменение: 08.07.2024 11:47 (внешнее изменение)