Skip to content

Latest commit

 

History

History
executable file
·
53 lines (35 loc) · 892 Bytes

Readme.md

File metadata and controls

executable file
·
53 lines (35 loc) · 892 Bytes

magin

  1. Clonar repositorio.

    git clone git@github.com:Gula/magic.git

  2. Inicializar Submodulos

    git submodule init

  3. Actualizar submodulos

    git submodule update

  4. Configurar dB databases.yml

all: doctrine: class: sfDoctrineDatabase param: dsn: mysql:host=localhost;dbname=casino username: root password:

  1. Crear directorios cache/ y log/ con todos los permisos

  2. Generar modelos, .swl y cargar datos.

    ./symfony doctrine:build --all --and-load

  3. Borrar cache ./symfony cc

  4. Configurar Virtual Host Listen *:83 <VirtualHost *:83> DocumentRoot "/var/www/casino/project/web" DirectoryIndex index.php <Directory "/var/www/casino/project/web"> AllowOverride All Allow from All

  1. Permisos de escritura a web/css y web/uplodas chmod 777 web/css -R chmod 777 web/uploads -R