Skip to content

Instantly share code, notes, and snippets.

@slapo
slapo / centos_install_php_symfony.txt
Last active December 20, 2017 15:04
Yum command to install PHP and extensions required for Symfony/Symfony Demo app and useful for further development.
#!/bin/bash
## Install yum-utils to get yum-config-manager and epel to be able to install Remi's repository later on.
yum -y install yum-utils epel-release
## Retrieve GPG keys
wget https://rpms.remirepo.net/RPM-GPG-KEY-remi
wget https://rpms.remirepo.net/RPM-GPG-KEY-remi2017
wget https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-10
@slapo
slapo / wandisco-git.repo
Created December 19, 2017 19:14
Wandisco GIT CentOS 7 repository
#wandisco-git.repo
[wandisco-git]
name=CentOS-7 - Wandisco Git
baseurl=http://opensource.wandisco.com/centos/7/git/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco