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
- Git
- Gitk
- Brackets
- Sublime Text
- NodeJs
- Npm
- Nginx
- Mysql
- Php5
- PhantomJs
- Google Chrome
- Bower
- Gulp
- Mup
- Browserify
- Filezilla
- VirtualBox
- Vagrant
- Skype
How to use
chmod +x setup_client.sh;
./setup_client.sh;
SERVER
How to use
chmod +x setup_server.sh;
./setup_server.sh;