Clone the repo
git clone https://github.com/KantorStafPresiden/wp-search
Rename the sample config file
mv config/sample_config.json config/config.json
Edit MySQL connection info
"Username": "db user",
"Password": "db password",
"Name": "db name",
"Hostname": "db host",
Change the binary permission (for linux)
chmod +x wpsearch_linux_amd64
Run the application in background (for linux)
./wpsearch_linux_amd64 &
Access the page on browser