- Create README.md for deployment instructions - Add .env file for environment variables - Add Caddyfile for reverse proxy configuration - Create docker-compose.yml for service orchestration
1.3 KiB
1.3 KiB
OpenVidu Meet Demo
Prerequisites
Run Locally
Note
Before running the application, you must also run OpenVidu Local Deployment.
- Download repository
git clone https://github.com/OpenVidu/openvidu-meet-tutorials.git
cd openvidu-meet-tutorials/meet-demo
- Install dependencies
npm install
- Run the application
npm start
- Access the application at
http://localhost:6080
Deploy with Docker
For production deployment with Docker and HTTPS support via Caddy, see the deployment directory.
Configuration
The application can be configured using environment variables:
| Variable | Description | Default |
|---|---|---|
SERVER_PORT |
Port where the server will listen | 6080 |
OV_MEET_SERVER_URL |
URL of the OpenVidu Meet server | http://localhost:9080 |
OV_MEET_API_KEY |
API key for OpenVidu Meet authentication | meet-api-key |