Skip to content

Instantly share code, notes, and snippets.

View kalebrozo's full-sized avatar

Calebe Vila Nova de Souza Vasconcelos kalebrozo

View GitHub Profile
@kalebrozo
kalebrozo / privacy-policy
Created September 19, 2013 17:45
Privacy Policy
Privacy Policy
Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information. Please be aware that the terms of this policy can be changed at any time at the sole discretion of Calebe Vasconcelos. The following outlines our privacy policy:
* Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.
* We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.
* We will only retain personal information as long as necessary for the fulfillment of those purposes.
* We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.
* Personal data should be relev
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>
@kalebrozo
kalebrozo / gist:3814281
Created October 1, 2012 20:39 — forked from tonyoconnell/gist:2351492
Install Magento 1.7.0.2 With Sample Data By SSH
mkdir demo
cd demo
wget http://www.magentocommerce.com/downloads/assets/1.7.0.2/magento-1.7.0.2.tar.gz
wget http://www.magentocommerce.com/downloads/assets/1.6.1.0/magento-sample-data-1.6.1.0.tar.gz
tar -zxvf magento-1.7.0.2.tar.gz
tar -zxvf magento-sample-data-1.6.1.0.tar.gz
mv magento-sample-data-1.6.1.0/media/* magento/media/
mv magento-sample-data-1.6.1.0/magento_sample_data_for_1.6.1.0.sql magento/data.sql
mv magento/* magento/.htaccess .
chmod o+w var var/.htaccess app/etc