Commit Graph

10 Commits (b8e4e48f2e54c7b5d0866dc607ac90cb65c10e13)

Author SHA1 Message Date
Juan Navarro 8e3f1e1eaf Fix ShellCheck errors and warnings on shell scripts
* ALWAYS quote variable expansions (except in for loops)
* Use "-n" instead of "! -z"
* Fix bad redirection (|) when an OR (||) was intended
* Don't expand variables in printf format string (pass as argument)
* ALWAYS quote variable expansions (except in for loops)
* Avoid useless cat:
  cat file | grep pattern ==> grep pattern file
* Did I mention to ALWAYS quote variable expansions?

Always use ShellCheck to write shell scripts!
https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck
2021-04-20 17:06:22 +02:00
Juan Navarro 050057253a Fix spelling of several words in user-facing text & logs
stoped -> stopped
stoping -> stopping
uppgrade -> upgrade
dowloading -> downloading
ouput -> output
lastest -> latest
Openvidu -> OpenVidu
2021-04-20 17:06:22 +02:00
cruizba d92f1743dc openvidu-deployment: Not use inline if in openvidu script 2020-11-26 14:26:26 +01:00
cruizba da617a8537 openvidu-deployment: Run openvidu in CF using openvidu script 2020-11-26 13:45:51 +01:00
cruizba ef20bf58e5 openvidu-deployment: Don't run elasticsearch and kibana if external url is configured 2020-11-26 12:07:07 +01:00
cruizba 933ac7b2f8 openvidu-deployment: Revert and stop elasticsearch and kibana in CF userData if properties ElasticsearchUrl and KibanaUrl are defined 2020-11-25 00:12:59 +01:00
cruizba b02ed1aac0 openvidu-deployment: Start CF deployment whith openvidu script instead of docker-compose up -d 2020-11-24 23:27:48 +01:00
cruizba b896d1a77f openvidu-deployment: Stop elasticsearch and kibana if external services are used 2020-11-24 19:53:54 +01:00
cruizba df92cca9de Deployment: External and secure Kibana and Elasticsearch in can be configured in OpenVidu Pro Node 2020-09-22 18:19:51 +02:00
cruizba f3c5bfe321 Deployment repos migration:
- Move deployment stuff of openvidu-ce from https://github.com/OpenVidu/openvidu-cloud-devops
- Move deployment stuff of openvidu-pro from https://github.com/OpenVidu/openvidu-pro-clustering
- Remove readmes to avoid confusions of official documentation
- Update installation scripts to use this repo
- Better folder structure:
   - docker-compose -> Include docker-compose files for deployments
   - docker -> Include docker images
   - aws -> Cloudformation related stuff for aws.
2020-07-16 20:09:48 +02:00