Skip to content

Instantly share code, notes, and snippets.

@AlexKratky
AlexKratky / deploy_script.sh
Last active April 7, 2022 03:25
Laravel pipeline - composer, code style, php insights, phpstan, database migration, phpunit tests, integration test using Newman (Postman) + PHP built-in server, simple deploy to stage
#!/bin/bash
set -e
echo "✨ Deploying application..."
echo "👉 Fetching git"
git fetch --all
echo "👉 Pulling git"
@seanquijote
seanquijote / nodejs-laravel-auto-setup.sh
Created December 3, 2020 11:31
Simple Auto-Setup Script for NodeJS and Laravel
#!/usr/bin/env bash
#title : Simple Auto-Setup Script for NodeJS and Laravel
#description : Installs all dependencies for NodeJS and Laravel web apps
#author : seanquijote
#date_created : 20200428
#date_lastupdated : 20200521
#version : 0.0.4
#==============================================================================
read -e -p "Enter Username: " UNAME
@ramytamer
ramytamer / Dockerfile
Created October 18, 2020 20:03
Laravel Docker Alpine
FROM php:7.4-fpm-alpine as App
ARG BUILD_ENV=development
ARG MIX_ENV_FILE=.env.development
ENV BUILD_ENV=${BUILD_ENV}
WORKDIR /app
@dimaskiddo
dimaskiddo / jitsi-jvb.md
Last active October 13, 2022 13:14
Jitsi VideoBridge Setup Guide

How to Install Jitsi VideoBridge for Video Router

Following tutorial will guide you to install Jitsi VideoBridge for Video Router in your own on-premises, cloud, or dedicated servers.

This guide is using Ubuntu 16.04 LTS as the operating system, to start the installation you can follow the guide below.

Operating System Preparation

Escelate Privileged