Skip to content

Instantly share code, notes, and snippets.

View mimopo's full-sized avatar
🤓
Hello World!

Miguel Montes Porras mimopo

🤓
Hello World!
View GitHub Profile
@mimopo
mimopo / example.skipper.cfg.xml
Created October 9, 2014 18:44
Skipper Config Example
<skipper-configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<orm-configuration name="Doctrine2">
<element-templates>
<!-- Module attributes -->
<template element='module' use-case='update'>
<module import-format="Doctrine2Php" import-path="../src/Acme/Bundle/{module#CFU}Bundle/Entity">
<orm-attributes>
<attribute name="namespace">Acme\Bundle\{module#CFU}Bundle\Entity</attribute>
</orm-attributes>
@mimopo
mimopo / install.sh
Last active January 12, 2016 09:57
Install development software on Linux Mint Debian (Cinnamon)
#!/bin/bash
# Create tmp dir
echo "Creating temporal dir..."
mkdir ~/installation-dev
cd ~/installation-dev
# Add Google Chrome to APT
echo "Adding Google Chrome to APT..."
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -