Created
June 15, 2022 02:49
-
-
Save gjuliane/3dfec2a21f890095bd4780e0c0272ba4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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