This is the entire source code for the build system of the Discovering Docker book.
It is based on the ubermuda/pandoc-ebook
base image:
See http://geoffrey.io/a-base-image-to-build-ebooks.html for more details on this base image.
for i in *; do | |
cd $i | |
git init | |
git add -A | |
git commit -m "initial commit" | |
git remote add origin [email protected]:ubermuda/docker-$i | |
git push -u origin master | |
cd - | |
done |
This is the entire source code for the build system of the Discovering Docker book.
It is based on the ubermuda/pandoc-ebook
base image:
See http://geoffrey.io/a-base-image-to-build-ebooks.html for more details on this base image.
Le peuple français proclame solennellement son attachement aux Droits de l’Homme et aux principes de la souveraineté nationale tels qu’ils ont été définis par la Déclaration de 1789, confirmée et complétée par le préambule de la Constitution de 1946, ainsi qu’aux droits et devoirs définis dans la Charte de l’environnement de 2004.
En vertu de ces principes et de celui de la libre détermination des peuples, la République offre aux territoires d’outre-mer qui manifestent la volonté d’y adhérer des institutions nouvelles fondées sur l’idéal commun de liberté, d’égalité et de fraternité et conçues en vue de leur évolution démocratique.
{# hypothetic twig tag "with" #} | |
{% with 'panel.html.twig' %} | |
{% block panel_title %}This is the panel title{% endblock %} | |
{% block panel_body%} | |
<p>This is the panel body</p> | |
{% endblock %} | |
{% endwith %} | |
#!/bin/bash | |
/usr/bin/mysqld_safe > /dev/null 2>&1 & | |
RET=1 | |
while [[ RET -ne 0 ]]; do | |
sleep 1; | |
mysql -e 'exit' > /dev/null 2>&1; RET=$? | |
done |
{ | |
"name": "stage1/stage1", | |
"license": "MIT", | |
"type": "project", | |
"description": "Automated staging platform", | |
"autoload": { | |
"psr-0": { | |
"": "src/" | |
} | |
}, |
build: | |
- apt-get update -y | |
- apt-get install -y software-properties-common python-software-properties python g++ make | |
- apt-add-repository ppa:chris-lea/node.js | |
- apt-get update -y | |
- apt-get install -y nodejs | |
- npm install -g bower | |
- bower install --allow-root | |
- composer install --ansi --no-progress --dev --prefer-dist --no-interaction | |
- app/console doctrine:schema:update --force |
build: | |
- mysqladmin create openl10n | |
- apt-get update -y | |
- apt-get install -y software-properties-common python-software-properties python g++ make | |
- apt-add-repository ppa:chris-lea/node.js | |
- apt-get update -y | |
- apt-get install -y nodejs | |
- composer install --ansi --no-progress --dev --prefer-dist --no-interaction | |
- app/console doctrine:schema:update --force | |
- app/console assets:install web/ |
Here are all the TV series people recommended on Twitter / IRC (including those I already watched or those I'm not going to watch).