allebb / conductor

Conductor is a CLI tool to automate the installation of a Laravel application server complete with a CLI tool (conductor) to help deploy and manage multiple web applications on the server with ease.
MIT License
5 stars 1 forks source link

New installation script for Ubuntu Server 14.04 LTS #5

Closed allebb closed 10 years ago

allebb commented 10 years ago

Currently the installation script is only working for Ubuntu Server 12.04 LTS, a new script should be created to enable this to be installed on the latest Ubuntu Server release (14.04 LTS) this will be slightly different as the new Ubuntu Server release now supports PHP 5.4 as part of the base repositories.

The README.md file also needs to be updated to reflect the addition of the latest installation script.

allebb commented 10 years ago

This has now been implemented and tested.