kyleparisi/larasible

By kyleparisi

Updated over 4 years ago

php-fpm and nginx for laravel projects

Image
1

566

Larasible

Install laravel requirements for ubuntu servers.

Note: Not intending to be all inclusive. This is however intending to be basic, quick and easy.

Usage

Clone this repo to an ubuntu server that needs provisioning.

./provision.sh

# or
apt install python ansible -y
ansible-playbook playbook.yml

If you want to use docker, do the following.

APP_DIR=xxx docker-compose up -d
Other commands
APP_DIR=xxx ./composer.sh install

Docker Pull Command

docker pull kyleparisi/larasible