Skip to content

Instantly share code, notes, and snippets.

View bohehe's full-sized avatar

hehe.bu bohehe

  • Rakuten
  • Shanghai.China
View GitHub Profile
@kitloong
kitloong / mac-homebrew-lamp.md
Last active June 10, 2024 13:04
Mac - Install Apache, PHP, MySQL + phpMyAdmin with Homebrew

!!! This guide was created with Macbook Pro M1. Path may vary for different or even same machine.

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install PHP

version: '3'
services:
app:
image: lagden/cep_consulta:latest
command: ["node", "index.js"]
environment:
- NODE_ENV=production
- RHOST=redis
ports:
- 1235:3000