Skip to content

Instantly share code, notes, and snippets.

View fergaete's full-sized avatar
🏠
Working from home

Fernando Javier Gaete Gomez fergaete

🏠
Working from home
View GitHub Profile
@fergaete
fergaete / .gitlab-ci.yml
Created May 28, 2020 06:16 — forked from kariae/.gitlab-ci.yml
GitLab CI/CD configuration for Symfony
variables:
REGISTRY_URL: registry.lekode.com:5000
IMAGE_NAME: app
BUILD_CODE_IMAGE: $REGISTRY_URL/$IMAGE_NAME:$CI_COMMIT_REF_NAME
LATEST_CODE_IMAGE: $REGISTRY_URL/$IMAGE_NAME:latest
stages:
- test
- install
- build
<?php
/*
+----------------------------------------------------------------------+
| APC |
+----------------------------------------------------------------------+
| Copyright (c) 2006-2011 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
@fergaete
fergaete / install-php5u-on-centos6.sh
Created June 15, 2018 20:58 — forked from eniuz/install-php5u-on-centos6.sh
Install php5u on Centos 6
wget https://centos6.iuscommunity.org/ius-release.rpm; rpm -Uvh ius-release.rpm \
rpm -ivh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/ius-release-1.0-13.ius.el6.noarch.rpm \
yum install t1lib libtool-ltdl libc-client automake autoconf file libtidy \
yum --disablerepo=* --enablerepo=ius-archive install php53u-mcrypt.x86_64 php53u-xml.x86_64 php53u-soap.x86_64 php53u-mbstring.x86_64 php53u-gd.x86_64 php53u-imap.x86_64 php53u-bcmath.x86_64 php53u.x86_64 php53u-xcache.x86_64 php53u-ioncube-loader.x86_64 php53u-devel.x86_64 php53u-cli.x86_64 php53u-mysql.x86_64 php53u-tidy.x86_64 php53u-common.x86_64