Skip to content

Commit

Permalink
Credenciales
Browse files Browse the repository at this point in the history
  • Loading branch information
gmorales254 committed May 30, 2022
1 parent 346307c commit 65b7567
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
8 changes: 2 additions & 6 deletions installCRMLite.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
echo "Enter Database USER: "
read DBUSER
echo "Enter Database PASS: "
read -p DBPASS
#Directorio de instalacion
cd /tmp/
#Descarga del repo de CRMLiteManager
Expand All @@ -27,7 +23,7 @@ printf '########################\n ## Archivo descomprimido, carpeta: /tmp/CRMLi
cp -r /tmp/CRMLite-Manager/CRMLiteManager /etc/IntegraServer/web/forms
cp -r /tmp/CRMLiteBUILD/CRMLite /etc/IntegraServer/web/forms
cp -r /tmp/CRMLite-Manager/CRMLite-reports-manager /etc/IntegraServer/scripts
mysql -u $DBUSER -p$DBPASS -D "ccrepo" -f < '/tmp/CRMLite-Manager/DB/install.sql'
mysql -u ccuser -p"ccdatapassword2008" < '/tmp/CRMLite-Manager/DB/install.sql'
# Reportes
cp -r /tmp/CRMLite-Manager/REPORTS/* /etc/IntegraServer/reports
mysql -u $DBUSER -p$DBPASS -D "ccrepo" -f < '/tmp/CRMLite-Manager/REPORTS/install.sql'
mysql -u ccuser -p"ccdatapassword2008" < '/tmp/CRMLite-Manager/REPORTS/install.sql'

0 comments on commit 65b7567

Please sign in to comment.