|
@@ -3,6 +3,7 @@ Clonar los repositorios de ftth y base
|
|
|
~~~
|
|
|
git clone git@bitbucket.org:ikflowdat/base.git
|
|
|
git clone git@bitbucket.org:ikflowdat/ftth.git
|
|
|
+git clone git@bitbucket.org:ikflowdat/mapas.git
|
|
|
~~~
|
|
|
|
|
|
#Crear la base de datos y las tablas
|
|
@@ -16,6 +17,11 @@ docker-compose exec ftth bin/console doctrine:database:create -q
|
|
|
docker-compose exec ftth bin/console doctrine:schema:update --force
|
|
|
~~~
|
|
|
|
|
|
+~~~
|
|
|
+docker-compose exec mapas bin/console doctrine:database:create -q
|
|
|
+docker-compose exec mapas bin/console doctrine:schema:update --force
|
|
|
+~~~
|
|
|
+
|
|
|
#Crear un usuario inicial
|
|
|
~~~
|
|
|
docker-compose exec base bin/console fos:user:create admin admin@admin.com adminpass
|