Created
July 10, 2013 23:01
-
-
Save timothylhuillier/5970982 to your computer and use it in GitHub Desktop.
Mise en production d'un site sous laravel
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
- installer/configurer le remote (dans config/remote.php) | |
- installer/configurer Rockesteer de Maxime Fabre | |
- installer git et composer sur le serveur | |
- configurer le serveur apache | |
- activerle mod_rewrite (pour que la réecriture fonctionne) | |
- comande : 'a2enmod rewrite' / 'a2enmod apache2 enable mod' | |
Ps : activer pour sous domaine | |
- 'a2ensite' | |
- tester que tout est bon : artisan deploy:check (verifie que ça fonctionne) | |
- deployer la production : artisan deploy:deploy | |
- installe les migrations : artisan deploy:deploy --migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment