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
<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> |
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
#!/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 - |