mirror of https://github.com/OpenVidu/openvidu.git
7 lines
158 B
Bash
7 lines
158 B
Bash
![]() |
#!/bin/sh
|
||
|
cd frontend
|
||
|
ng build --output-path ../static
|
||
|
cd ../../../../
|
||
|
mvn -DskipTests=true clean package
|
||
|
java -jar target/openvidu-server-0.0.1-SNAPSHOT.jar
|