g2xpf / sqli-demo-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MariaDB & phpMyAdmin installer

Installation

  1. Install Homebrew if not installed

  2. Install latest version of golang

    $ brew install go
  3. Install docker by using brew

    $ brew install docker
    $ brew cask install docker
  4. Replace the "*" below with the correct ones and run this:

    $ export MYSQL_USER=*
    $ export MYSQL_PASSWORD=*
  5. Execute ./install.sh (if command failed, try to run sudo chmod +x install.sh before)

About


Languages

Language:Shell 90.7%Language:Dockerfile 9.3%