This file contains hidden or 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
#!/usr/bin/env bash | |
# Install the latest version of git on CentOS 6.x | |
# Install Required Packages | |
sudo yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel | |
sudo yum install gcc perl-ExtUtils-MakeMaker | |
# Uninstall old Git RPM | |
sudo yum remove git | |
This file contains hidden or 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
#http://www.iredmail.org/index.html | |
# | |
#http://www.youtube.com/watch?v=uJ_AVoWbppc | |
# | |
#iRedMail on Nginx | |
#http://blog.eridlabs.com/using-iredmail-with-nginx-ubuntu-13-04-x64/ | |
#Setup you domain | |
sudo su |
NewerOlder