|
@@ -6,6 +6,13 @@ git clone git@bitbucket.org:ikflowdat/ftth.git ; git checkout luciano
|
|
|
git clone git@bitbucket.org:ikflowdat/mapas.git ; git checkout luciano
|
|
|
~~~
|
|
|
|
|
|
+#Instalar vendors
|
|
|
+~~~
|
|
|
+docker-compose run base "eval $(ssh-agent) ; ssh-add keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction"
|
|
|
+docker-compose run ftth "eval $(ssh-agent) ; ssh-add keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction"
|
|
|
+docker-compose run mapas "eval $(ssh-agent) ; ssh-add keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction"
|
|
|
+~~~
|
|
|
+
|
|
|
#Crear la base de datos y las tablas
|
|
|
~~~
|
|
|
docker-compose run base bin/console doctrine:database:create -q
|