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
Requisitos da vaga: | |
- OO | |
- HTML/CSS/JS | |
- Experiência comprovada em desenvolvimento web (2 anos) em qualquer linguagem de preferência ruby | |
- Rails 3 >= | |
- Postgresql ou Mysql | |
- Unix/Linux | |
- posição full-time (40 horas/semana); | |
- remoto, com reuniões diárias via Skype e presenciais de 1 a 2 vezes por mês; | |
- horário flexível; |
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
#bin/sh | |
# Script to authorize EC2 instance | |
# You can use id_rsa or id_dsa, i'm using id_rsa then: | |
# PEM_FILE must be seted | |
KEY="$HOME/.ssh/id_rsa.pub" | |
PEM_FILE="" | |
if [ ! -f $KEY ];then |