/ubuntusetup

This is my setup for a Ubuntu developer suite!

Primary LanguageShell

Setup

Here you can see my start installation scripts for Ubuntu. With it you can rapidly setup your web development environment for your Client. On the other hand you can run the Server Script to rapidly setup a server for your Laravel 5 App. The file is scripted with bash 4.0+ and we recommend you to use it with Ubuntu 14.04.

Currently the shell script install the following tools:

CLIENT

How to use

chmod +x setup_client.sh;
./setup_client.sh;

SERVER

How to use

chmod +x setup_server.sh;
./setup_server.sh;