Skip to content

Instantly share code, notes, and snippets.

@timothylhuillier
Created July 10, 2013 23:01
Show Gist options
  • Save timothylhuillier/5970982 to your computer and use it in GitHub Desktop.
Save timothylhuillier/5970982 to your computer and use it in GitHub Desktop.
Mise en production d'un site sous laravel
- 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