Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 836 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 836 Bytes

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