/media-way

A simple client server application to manage reservations about short range frequencies for microphones or wireless cameras in big events brought by TV broadcasters

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

media-way

A simple client server application to manage reservations about short range frequencies for microphones or wireless cameras in big events brought by TV broadcasters

WARNING: I have no time to finish/mantain this project
WARNING: DO NOT COPY, there are a lot of vulnerabilities

HOW TO MAKE IT RUN

  1. If you want to use the domains you need a GNU/linux machine, it works by editing /etc/hosts just add this below your config DO NOT DELETE THE OTHER LINES, otherwise see the IPs in the docker-compose.yaml
172.16.1.5 api.mediaway.com
172.16.3.10 mediaway.com
172.16.4.69 pma.mediaway.com
  1. Install docker and docker-compose

  2. Move to the cluster folder and type

docker-compose up
  1. Install yarn

  2. move to media-admin folder and type

yarn install
yarn start