This file contains 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
#!/bin/sh | |
# | |
# /etc/init.d/gunicorn | |
# | |
# Startup script for Gunicorn server. | |
# | |
# Author: Tim Fletcher (2011) | |
# Modified by Mariano Ruiz <[email protected]> (2013) | |
# | |
# Original source: |
This file contains 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
#!/bin/bash | |
# | |
# Liferay backup script. | |
# | |
# Author: Mariano Ruiz (2012-2013) | |
# http://www.mrdev.com.ar | |
# | |
DATE=`date "+%Y%m%d"` |
This file contains 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
#!/bin/sh | |
# | |
# /etc/init.d/tomcat | |
# | |
# Startup script for Apache Tomcat Servlet Engine. | |
# | |
# Author: Mariano Ruiz <[email protected]> (2012) | |
# |
This file contains 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
#!/bin/sh | |
# | |
# /etc/init.d/openerp | |
# | |
# Startup script for OpenERP server. | |
# | |
# Author: OpenERP SA | |
# Modified by Mariano Ruiz <[email protected]> (2013) | |
### BEGIN INIT INFO |
This file contains 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
[options] | |
addons_path = /opt/oerp/openerp-6.1/addons,/opt/oerp/openerp-6.1/web/addons,/opt/oerp/extra-addons-6.1,/python/projects/eoconsulting/openerp-esale | |
admin_passwd = admin | |
assert_exit_level = error | |
cache_timeout = 100000 | |
cpu_time_limit = 60 | |
csv_internal_sep = , | |
db_host = False | |
db_maxconn = 64 | |
db_name = False |
This file contains 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
#!/bin/sh | |
# | |
# vbox-nat | |
# | |
# VirtualBox add/remove NAT rules. | |
# | |
# Author: Mariano Ruiz <[email protected]> | |
# | |
# License GPLv3 (2011-2013) | |
# |
This file contains 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
# | |
# /etc/apache2/sites-available/openerp | |
# | |
# OpenERP Reverse Proxy Configuration for Apache 2. | |
# | |
# Authors: 2014 Mariano Ruiz <[email protected]> | |
# | |
# After copy this file execute: | |
# | |
# sudo a2ensite openerp |
This file contains 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
/* | |
* OpenERP / Odoo Script - Adds Partner ID constraints. | |
* | |
* Issue: | |
* Sometimes, OpenERP / Odoo defines foreign keys without constraints. | |
* This mainly happens with related fields with store=True, | |
* which create a column of integers without constraints. | |
* | |
* Author: Mariano Ruiz <[email protected]> | |
* Created: 2014-07-18 |
This file contains 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
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=PyCharm IDE | |
Comment=Python IDE | |
Exec="/python/pycharm/bin/pycharm.sh" %f | |
Icon=/python/pycharm/bin/pycharm.png | |
Categories=Development;IDE; | |
Terminal=false | |
StartupNotify=true |
This file contains 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
[options] | |
admin_passwd = admin | |
db_user = odoo | |
db_password = postgres | |
xmlrpc_port = 8069 | |
log_handler = werkzeug:CRITICAL | |
; tools.proxy.on = True | |
; tools.proxy.base = 'http://local.erp' | |
OlderNewer