Инструменты пользователя

Инструменты сайта


1c_debian_11

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
1c_debian_11 [16.04.2024 23:16] augin1c_debian_11 [08.07.2024 11:51] (текущий) – внешнее изменение 127.0.0.1
Строка 38: Строка 38:
  
   * **Postgresql 1C**   * **Postgresql 1C**
- cd ~+<code bash> cd ~
  wget http://repo.postgrespro.ru/keys/GPG-KEY-POSTGRESPRO  wget http://repo.postgrespro.ru/keys/GPG-KEY-POSTGRESPRO
  apt-key add GPG-KEY-POSTGRESPRO  apt-key add GPG-KEY-POSTGRESPRO
  echo deb https://repo.postgrespro.ru/pg1c-14/debian bullseye main > /etc/apt/sources.list.d/postgrespro.list  echo deb https://repo.postgrespro.ru/pg1c-14/debian bullseye main > /etc/apt/sources.list.d/postgrespro.list
  apt update  apt update
- apt install postgrespro-1c-14-server -y+ apt install postgrespro-1c-14-server -y</code>
  
- /opt/pgpro/1c-14/bin/pg-wrapper links update+<code bash> /opt/pgpro/1c-14/bin/pg-wrapper links update
  pg-setup initdb  pg-setup initdb
  systemctl enable postgrespro-1c-14  systemctl enable postgrespro-1c-14
  systemctl start postgrespro-1c-14  systemctl start postgrespro-1c-14
- systemctl status postgrespro-1c-14+ systemctl status postgrespro-1c-14</code>
  
- sudo -u postgres psql postgres+<code bash> sudo -u postgres psql postgres
  \password postgres  \password postgres
- \quit+ \quit</code>
 nano /var/lib/pgpro/1c-14/data/pg_hba.conf nano /var/lib/pgpro/1c-14/data/pg_hba.conf
  host all all 0.0.0.0/0 md5  host all all 0.0.0.0/0 md5
Строка 184: Строка 184:
 </code> </code>
 * '''WEB''' * '''WEB'''
- apt install apache2 -y+<code bash> apt install apache2 -y
  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
  systemctl enable apache2 --now  systemctl enable apache2 --now
Строка 191: Строка 191:
  systemctl restart apache2 php7.4-fpm  systemctl restart apache2 php7.4-fpm
  wget https://github.com/vrana/adminer/releases/download/v4.7.6/adminer-4.7.6.php -O /var/www/html/index.php  wget https://github.com/vrana/adminer/releases/download/v4.7.6/adminer-4.7.6.php -O /var/www/html/index.php
- +</code> 
- mkdir /var/www/html/dengi/+<code bash> mkdir /var/www/html/dengi/
  /opt/1cv8/x86_64/8.3.22.1709/webinst -apache24 -wsdir dengi -dir '/var/www/html/dengi' -connStr 'Srvr="s1c.augin.ru";Ref="dengi";' -confPath /etc/apache2/apache2.conf  /opt/1cv8/x86_64/8.3.22.1709/webinst -apache24 -wsdir dengi -dir '/var/www/html/dengi' -connStr 'Srvr="s1c.augin.ru";Ref="dengi";' -confPath /etc/apache2/apache2.conf
  systemctl restart apache2  systemctl restart apache2
 +</code>
 * lic * lic
- wget https://cloud.augin.ru/s/2pndNgk4dLYQBji/download/Dumps.zip+<code bash> wget https://cloud.augin.ru/s/2pndNgk4dLYQBji/download/Dumps.zip
  wget https://cloud.augin.ru/s/3wc2XbXqWbErxjA/download/install_hasp_Debian_11.sh  wget https://cloud.augin.ru/s/3wc2XbXqWbErxjA/download/install_hasp_Debian_11.sh
  chmod +x install_hasp_Debian_11.sh  chmod +x install_hasp_Debian_11.sh
Строка 204: Строка 204:
  wget https://cloud.augin.ru/s/ifP5KKKFDGXWmp7/download/haspd_7.90-eter2ubuntu_amd64.deb  wget https://cloud.augin.ru/s/ifP5KKKFDGXWmp7/download/haspd_7.90-eter2ubuntu_amd64.deb
  dpkg -i haspd_7.90-eter2ubuntu_amd64.deb  dpkg -i haspd_7.90-eter2ubuntu_amd64.deb
 +</code>
 * '''backup''' * '''backup'''
  
1c_debian_11.1713309378.txt.gz · Последнее изменение: 08.07.2024 11:47 (внешнее изменение)