You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +49,7 @@ Confirme a instalacao executando o comando abaixo, (a saida deverá ser "rvm is
50
49
type rvm | head -1
51
50
52
51
53
-
**5º Instalando os outros pacotes essenciais**
52
+
## 5º Instalando os outros pacotes essenciais
54
53
55
54
rvm requirements
56
55
@@ -59,7 +58,7 @@ O comando acima ao final mostrará quais pacotes faltam, conforme VM desejada. B
59
58
sudo yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel ## NOTE: For centos >= 5.4 iconv-devel is provided by glibc
60
59
61
60
62
-
**6º Instalando o Ruby**
61
+
## 6º Instalando o Ruby
63
62
64
63
Rode o comando abaixo (poderá demorar alguns minutos)
65
64
@@ -73,15 +72,16 @@ Agora o comando abaixo deve mostrar a versão do ruby:
73
72
74
73
ruby -v
75
74
76
-
** 7º Instalando o Rails**
75
+
76
+
## 7º Instalando o Rails
77
77
78
78
gem install rails
79
79
80
80
Confirme a instalação com o comando abaixo:
81
81
82
82
rails -v
83
83
84
-
** 8º MySQL e PostgreSQL (OPICIONAL)**
84
+
##8º MySQL e PostgreSQL (OPICIONAL)
85
85
86
86
Para modo de desenvolvimento a maioria das vezes sqlite é suficiente e já foi instalado. Se você pretende usar MySQL a Gem correta é mysql2 mas antes deve rodar:
87
87
@@ -99,8 +99,8 @@ Depois:
99
99
100
100
gem install pg
101
101
102
-
Configurando GEdit
103
-
===
102
+
103
+
## Configurando GEdit
104
104
105
105
**O GMATE AINDA NÃO É COMPATÍVEL COM O GNOME3. ESSE É UM PROBLEMA CONHECIDO E, ASSIM ESPERO, EM BREVE SERÁ CORRIGIDO**
0 commit comments