Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 648 Bytes

File metadata and controls

28 lines (22 loc) · 648 Bytes

dynamic-backend

Map E-Com Plus Storefront dynamic backend with Go and Redis

Technology stack

Setting up

For security, we recommend to download and install the app as root, and let the files owned by root:root as default.

sudo git clone https://github.com/ecomclub/dynamic-backend.git
cd dynamic-backend
sudo go build main.go

Start application with CLI arguments:

  • Root directory to static files
  • HTTP/TCP port
  • Optional log file path

Example:

./main /var/www :3000 /var/log/app.log