Skip to content

Instantly share code, notes, and snippets.

View camilojm27's full-sized avatar
🎯
Working with AMQP (rabbitmq), Laravel and python

Camilo Mezú Mina camilojm27

🎯
Working with AMQP (rabbitmq), Laravel and python
View GitHub Profile
# SETUP #
DOMAIN=example.com
PROJECT_REPO="[email protected]:example.com/app.git"
AMOUNT_KEEP_RELEASES=5
RELEASE_NAME=$(date +%s--%Y_%m_%d--%H_%M_%S)
RELEASES_DIRECTORY=~/$DOMAIN/releases
DEPLOYMENT_DIRECTORY=$RELEASES_DIRECTORY/$RELEASE_NAME
# stop script on error signal (-e) and undefined variables (-u)
@Akhil-Suresh
Akhil-Suresh / postman_installation.md
Last active May 10, 2025 17:43
Installing Postman on Ubuntu/Debian

Installing Postman

Step 1

If any version of postman is installed we need to remove it

sudo rm -rf /opt/Postman

Step 2