This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ruby:2.6.1 | |
| RUN apt-get update -qq && apt-get install -y nodejs postgresql-client | |
| ENV RAILS_ROOT /var/www/astecas | |
| RUN mkdir -p $RAILS_ROOT | |
| WORKDIR $RAILS_ROOT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Instalando e configurando o PostgreSQL 9.6 | |
| rpm -Uvh https://yum.postgresql.org/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm | |
| yum install postgresql96-server postgresql96-contrib | |
| /usr/pgsql-9.6/bin/postgresql96-setup initdb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ESTRATÉGIA | |
| 1) Quais são os principais objetivos do site? Informar? Vender? Dar suporte? ...? | |
| 2) Que tipo de site ele é? Puramente promocional? Coletor de Informações? Uma publicação? ...? | |
| 3) Quais são as mensagens mais importantes que o site deve passar aos visitantes? | |
| 4) Quais são os planos para promover o site? | |
| 5) Há uma data aproximada para o site tenha que estar pronto? | |
| INFORMAÇÕES GERAIS SOBRE O WEB SITE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DELETE FROM sippeers; | |
| INSERT INTO sippeers (id,name,host,type,context,permit,deny,secret,transport,dtmfmode,directmedia,nat,disallow,allow,progressinband,callerid,callcounter,qualify,qualifyfreq,allowtransfer) | |
| SELECT | |
| row_number() OVER (), | |
| '7999'::integer + row_number() OVER () , | |
| 'dynamic', | |
| 'friend', | |
| 'default', | |
| '0.0.0.0', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DELETE FROM ps_aors; | |
| DELETE FROM ps_auths; | |
| DELETE FROM ps_endpoints; | |
| INSERT INTO ps_auths (id, auth_type, password, username) | |
| SELECT | |
| '7999'::integer + row_number() OVER () , | |
| 'userpass', | |
| '7999'::integer + row_number() OVER () , | |
| '7999'::integer + row_number() OVER () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| deb http://ftp.br.debian.org/debian/ jessie main contrib non-free | |
| deb-src http://ftp.br.debian.org/debian/ jessie main contrib non-free | |
| deb http://ftp.br.debian.org/debian/ jessie-updates main contrib non-free | |
| deb-src http://ftp.br.debian.org/debian/ jessie-updates main contrib non-free | |
| deb http://security.debian.org/ jessie/updates main | |
| deb-src http://security.debian.org/ jessie/updates main | |
| deb http://ftp.debian.org/debian jessie-backports main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================================= | |
| Rede do Host PVE | |
| ============================================= | |
| auto lo | |
| iface lo inet loopback | |
| auto eth0 | |
| iface eth0 inet static | |
| address 192.168.2.99 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Instalando Asterisk 14.3 no Debian 8.7 | |
| openr2 2-1.3.3 | |
| libpri 1.6 | |
| DAHDI 2.10.2 | |
| Asterisk 14.3 | |
| ================================================================== | |
| Dependencias Básicas: | |
| ================================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //192.168.2.7/comum/softwares/ISO /mnt/isodirectory cifs credentials=/root/pass.txt,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0 |
NewerOlder