yellowsoar / musical_activity_viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a musical activity viewer webste.

Run server

DNS

There are at leas two solutions to make it work on the host server.

Any HTTP Server

  • Duplicate reverse_proxy/mav.conf.
  • Change the ServerName in the newly duplicated reverse_proxy/mav.conf.
  • Uncomment the volumes in the docker-compose.yml.
  • Add newly duplicated file name to container/docker-entrypoint.sh
    Right after a2ensite mav.conf.
  • Restart entire stack with make go.
  • Install any http server you like on the host server.
  • Forward the request to localhost:8080
  • Done!

SSH tunnel

Contribute

Comming soon...

Document

Working in progress...

About


Languages

Language:Python 81.8%Language:HTML 14.4%Language:Makefile 2.4%Language:Dockerfile 1.0%Language:Shell 0.3%