Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.46 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.46 KB

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;