build_command_lambda_local=$(getPathFromModulesNode mongoose,express,mongoose)
echo $build_command_lambda_local
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dev_install () { | |
| yum -y update | |
| yum -y upgrade | |
| yum install -y \ | |
| wget \ | |
| gcc \ | |
| gcc-c++ \ | |
| openssl \ | |
| python27-devel \ | |
| python27-virtualenv \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if(!require(XML)) install.packages('XML') | |
| if(!require(data.table)) install.packages('data.table') | |
| if(!require(geosphere)) install.packages('geosphere') | |
| if(!require(rgdal)) install.packages("https://cran.r-project.org/src/contrib/Archive/rgdal/rgdal_1.2-5.tar.gz",repos=NULL, method="libcurl") | |
| if(!require(rgeos)) install.packages("https://cran.r-project.org/src/contrib/Archive/rgeos/rgeos_0.3-23.tar.gz",repos=NULL, method="libcurl") | |
| if(!require(gdalUtils)) install.packages('gdalUtils') | |
| ##system("sudo apt-get update --fix-missing && sudo apt-get install -y libgdal-dev libproj-dev") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "volume_vendas": { | |
| "userEmail": "hpgoulart@gmail.com", | |
| "volumeVendas": 28, | |
| "percentile": 100, | |
| "quintile": 4 | |
| }, | |
| "valor_venda": { | |
| "userEmail": "hpgoulart@gmail.com", | |
| "valorVendas": 753.00, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install bash-completion | |
| sudo apt-get install --reinstall bash-completion | |
| sudo vi /etc/bash.bashrc | |
| # enable bash completion in interactive shells | |
| if ! shopt -oq posix; then | |
| if [ -f /usr/share/bash-completion/bash_completion ]; then | |
| . /usr/share/bash-completion/bash_completion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/ | |
| https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/ |
Examples of getting certificates from Let's Encrypt working on Apache, NGINX and Node.js servers.
I chose to use the manual method, you have to make a file available to verify you own the domain. Follow the commands from running
echo "HASH1.HASH2" > static/.well-known/acme-challenge/HASH1cd <ROCKET_CHAT_DIRECTORY>
***meteor npm install
NewerOlder