Skip to content

Instantly share code, notes, and snippets.

@gjuliane
Created June 15, 2022 02:49
Show Gist options
  • Save gjuliane/3dfec2a21f890095bd4780e0c0272ba4 to your computer and use it in GitHub Desktop.
Save gjuliane/3dfec2a21f890095bd4780e0c0272ba4 to your computer and use it in GitHub Desktop.
1.- Instalar Symfony CLI
curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.rpm.sh' | sudo -E bash
sudo dnf install symfony-cli
2.- Checar requerimientos
symfony check:requirements
3.- Clonar el repo
[email protected]:gryb.technology/bi-noticias-amp-render.git
4.- Instalar
composer install
5.- Starting o mejor crear un dominio virtual sin salida a internet apuntado a ./public
symfony server:start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment