Skip to content

Instantly share code, notes, and snippets.

View dansanti's full-sized avatar

Daniel Santibáñez Polanco dansanti

View GitHub Profile
@dansanti
dansanti / .gitlab-ci
Created August 14, 2023 14:40 — forked from Slauta/.gitlab-ci
electron-updater from private repo gitlab.com
variables:
VERSION_ID: '1.0.$CI_PIPELINE_ID'
stages:
- build
build:
image: slauta93/electron-builder-win
stage: build
artifacts:
@dansanti
dansanti / install_posbox_less.sh
Last active July 23, 2022 05:53
Odoo PosBoxLess Script Instalation
#!/usr/bin/env bash
PKGS_TO_INSTALL="cups adduser postgresql-client python python-dateutil python-decorator python-docutils python-feedparser python-imaging python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-openid python-passlib python-psutil python-psycopg2 python-babel python-pychart python-pydot python-pyparsing python-pypdf2 python-reportlab python-requests python-tz python-vatnumber python-vobject python-werkzeug python-xlwt python-yaml postgresql python-gevent python-serial python-pip python-dev localepurge vim mc mg screen iw hostapd isc-dhcp-server git rsync console-data"
apt-get -y install ${PKGS_TO_INSTALL}
adduser pi -s /sbin/nologin -p 'raspberry'
cd /home/pi
git clone -b 9.0 --no-checkout --depth 1 https://github.com/odoo/odoo.git
cd odoo
@dansanti
dansanti / mapextractor output
Last active October 9, 2015 23:30
mapextractor output
Map & DBC Extractor
===================
opened casc storage '/home/wow/old_wowClient/Data' locale enUS
Locale enUS not installed.
opened casc storage '/home/wow/old_wowClient/Data' locale koKR
Locale koKR not installed.
opened casc storage '/home/wow/old_wowClient/Data' locale frFR
Locale frFR not installed.
opened casc storage '/home/wow/old_wowClient/Data' locale deDE
Locale deDE not installed.