kenstuddy / Deploy-Laravel

This is a script used for deploying Laravel on Debian-based distributions of Linux (Debian, Ubuntu, etc).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy-Laravel

This is a script used for deploying Laravel on Debian-based distributions of Linux (Debian, Ubuntu, etc).

Requirements

One of the following:

Debian 9 or newer

Ubuntu 16.04 or newer

How To Install

Open up a terminal window (or SSH session) on Linux and download the script using wget

wget https://github.com/kenstuddy/Deploy-Laravel/blob/master/deploylaravel.sh

Execute the script as non-root (without current username root and without sudo prefix)

bash ./deploylaravel.sh

Wait for the script to install everything.

About

This is a script used for deploying Laravel on Debian-based distributions of Linux (Debian, Ubuntu, etc).


Languages

Language:Shell 100.0%