Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)