Skip to content

Commit

Permalink
Renamed native client to spine
Browse files Browse the repository at this point in the history
  • Loading branch information
lodoyun committed Apr 21, 2016
1 parent c967056 commit f6126a4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/installErizo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Compile erizo libraries:
- Erizo is the C++ core
- Erizo API is the Javascript layer of Erizo (require Erizo to be compiled)
- Erizo Controller implements the signaling, communication with clients and room management
- Erizo Native Client is a node.js based Erizo client
- Spine is a node.js based Erizo client
OPTIONS:
-h Show this message
-e Compile Erizo
-a Compile Erizo API
-c Install Erizo node modules
-n Install Erizo Native Client
-s Install Spine
EOF
}

Expand Down Expand Up @@ -58,10 +58,10 @@ install_erizo_controller(){
cd $CURRENT_DIR
}

install_erizo_native_client(){
install_spine(){
echo 'Installing erizo_native_client...'
cd $ROOT/erizo_native_client
./installErizo_native_client.sh
cd $ROOT/spine
./installSpine.sh
cd $CURRENT_DIR
}

Expand All @@ -71,7 +71,7 @@ then
install_erizo
install_erizo_api
install_erizo_controller
install_erizo_native_client
install_spine
else
while getopts “heac” OPTION
do
Expand All @@ -89,8 +89,8 @@ else
c)
install_erizo_controller
;;
n)
install_erizo_native_client
s)
install_spine
;;
?)
usage
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f6126a4

Please sign in to comment.