app/console doctrine:mapping:convert annotation src/Xxxx/XxxxxBundle/Entity --from-database
# Regex replace
@ORM\\Index\(
\n@ORM\\\\Index\(
# String replace
| # Source : https://github.com/mbentley/docker-nginx-php5 | |
| FROM debian:jessie | |
| ENV DEBIAN_FRONTEND noninteractive | |
| RUN apt-get update && apt-get install --no-install-recommends -y \ | |
| php5-fpm \ | |
| php5-curl \ | |
| php5-intl \ |
app/console doctrine:mapping:convert annotation src/Xxxx/XxxxxBundle/Entity --from-database
# Regex replace
@ORM\\Index\(
\n@ORM\\\\Index\(
# String replace
Gitlab image and doc : https://github.com/sameersbn/docker-gitlab
mkdir -p /srv/docker/images/gitlab/
cat docker-compose.yml > /srv/docker/images/gitlab/docker-compose.yml
# Edit the docker-compose.yml fileRedmine image and doc : https://github.com/sameersbn/docker-redmine/
Create the docker-compose file:
mkdir -p /srv/docker/images/redmine/| sudo apt-get install --reinstall network-manager | |
| sudo apt-get install --reinstall network-manager-gnome | |
| sudo apt-get install --reinstall libappindicator3-1 libappindicator1 |
| <trans-unit id="([\w\.]*)">(\s*)<source>([\w\.]*)</source> | |
| <trans-unit id="$3">$2<source>$3</source> |
| [core] | |
| autocrlf = false | |
| filemode = false |
| for file in $(find '.' -type f); do sed 's/^M//' -i $file; done |