Skip to content

Instantly share code, notes, and snippets.

@nuke99
Created February 9, 2018 06:00
Show Gist options
  • Save nuke99/b3a77ac033ebac399799eec6b20ba6e5 to your computer and use it in GitHub Desktop.
Save nuke99/b3a77ac033ebac399799eec6b20ba6e5 to your computer and use it in GitHub Desktop.
Simple Bashscript to start phpmyadmin in node environment
IP=$(ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p')
echo $IP
cd /usr/share/phpmyadmin && php -S $IP:3400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment