Skip to content

Instantly share code, notes, and snippets.

View alphabraga's full-sized avatar
🎯
Focusing

Alfredo Braga alphabraga

🎯
Focusing
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<project name="DB Post Deploy Restore" default="run">
<property file="properties" />
<!-- find out what db's need to be restored and loop through the process for each -->
<target name="run">
<input propertyname="production.user">(Required) Please enter your ssh user name:</input>
<foreach list="${dbs}" param="db" target="prepare" />
#This is an simple proxy configuration for Ubuntu (tested only in Ubuntu)
#With this configuration you will shurf on web, use apt or aptitude, use curl
#and use the composer (getcomposer.org)
#If you run some command with sudo you can get some trouble
#If you are in trouble use sudo -E
#In ~/.bashrc put these configs