48e92f7f08
This is a prototype of sending messages between client and server outside of meteor.
7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sbt clean stage
|
|
sudo service bbb-vertx-akka stop
|
|
cd target/universal/stage
|
|
./bin/bbb-vertx-akka
|