Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtablada/laravel-vps-guide
A guide for creating VPS environments for Laravel 4 on multiple OS
https://github.com/rtablada/laravel-vps-guide
Last synced: 6 days ago
JSON representation
A guide for creating VPS environments for Laravel 4 on multiple OS
- Host: GitHub
- URL: https://github.com/rtablada/laravel-vps-guide
- Owner: rtablada
- Created: 2013-06-01T14:15:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-01T22:53:05.000Z (over 11 years ago)
- Last Synced: 2024-08-01T19:46:07.252Z (3 months ago)
- Size: 208 KB
- Stars: 37
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# The VPS Guide for Laravel 4
After a year of creating Laravel projects, I have found that there is a shortage on how to configure Servers for your Applications.
Though, there are guides spread all over the internet on setting up PHP servers, this guide looks to be an easy to follow single source for installing everything you need to get started with a lean production server for Laravel 4 (and any PHP Composer project you may want to run).
These guides are also meant to give some explination as to why certain technologies are being installed. I am including this so that you can become a better dev-op along with me!
This repository looks to have configuration guides for multiple OS from start to deploy. If you would like to contribute to the project, open an issue or pull request.
## Available Guides
- Ubuntu 12.10
- [Apache2](ubuntu/apache.md)
- [Nginx](ubuntu/nginx.md)