Skip to content

Fast search engine that powers www.ksp.go.id. Built for static website with MySQL database (like WordPress) and live behind reverse proxy.

Notifications You must be signed in to change notification settings

KantorStafPresiden/wp-search

Repository files navigation

WP Search

Installation

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

About

Fast search engine that powers www.ksp.go.id. Built for static website with MySQL database (like WordPress) and live behind reverse proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published