Skip to content

Instantly share code, notes, and snippets.

View ozgrozer's full-sized avatar
💻
Busy

Ozgur Ozer ozgrozer

💻
Busy
View GitHub Profile
@ozgrozer
ozgrozer / xampp-automatically-start-on-macos-startup.md
Last active October 17, 2023 13:21
XAMPP automatically start Apache and MySQL on MacOS startup

XAMPP automatically start Apache and MySQL on MacOS startup

  1. Change directory.
cd /Library/LaunchDaemons
  1. Create Apache file for startup.
@ozgrozer
ozgrozer / git-for-deployment.md
Last active April 8, 2018 17:07
Git for deployment

Server

Initialize a bare repository outside of the live server (hub repo).

mkdir -p /var/git/myProject.git
cd /var/git/myProject.git
git init --bare