Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 885 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 885 Bytes

PosiPhone

This is a position-based conference call system

Features

How to build PosiPhone

  1. Clone this repo
  2. Run build.sh script as root to install necessary libs
  3. Enjoy

Docker image

Use those commands to run the server in Docker:

sudo docker build -t posiphone-server .
sudo docker run -it posiphone-server

Demo

Project structure