File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Things you may want to cover:
22
22
* Deployment instructions
23
23
24
24
* Installing RUBY on EC2 Instance
25
- ``` sudo yum install -y git gcc openssl-devel readline-devel zlib-devel
25
+ ```
26
+ sudo yum install -y git gcc openssl-devel readline-devel zlib-devel
26
27
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
27
28
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
28
29
~/.rbenv/bin/rbenv init
@@ -40,7 +41,8 @@ sudo yum groupinstall "Development tools" - to install gcc compiler
40
41
sudo yum install sqlite-devel
41
42
```
42
43
43
- ``` git clone [REPOSITORY NAME]
44
+ ```
45
+ git clone [REPOSITORY NAME]
44
46
cd [REPOSITORY NAME]
45
47
bundle
46
48
```
@@ -49,6 +51,7 @@ Add gems to Gemfile
49
51
gem 'execjs'
50
52
gem 'therubyracer', : platforms => : ruby
51
53
52
- ``` bundle
54
+ ```
55
+ bundle
53
56
rails s -p 3000 -b 0.0.0.0
54
57
```
You can’t perform that action at this time.
0 commit comments