@@ -14,9 +14,9 @@ Then just go ahead, fork the repo & issue a pull request. You're on your way to
14
14
15
15
You'll need to set up a test account with Stripe for local development until this dependency is refactored out of development/test.
16
16
17
- ## GitHub configuration
17
+ ## Github configuration
18
18
19
- You will need a GitHub application configured for local development until this dependency is refactored out of development/test.
19
+ You will need a Github application configured for local development until this dependency is refactored out of development/test.
20
20
21
21
https://github.com/settings/applications/new
22
22
@@ -45,7 +45,7 @@ __If you're an experienced Vagrant user then you can fetch the base box and regi
45
45
46
46
There's only a VirtualBox basebox right now.
47
47
48
- vagrant box add coderwall http://cdn.coderwall.com/vagrant/coderwall.box
48
+ vagrant box add coderwall http://cdn.coderwall.com/vagrant/coderwall.box
49
49
50
50
#### Vagrant? VirtualBox? Let's take this one step at a time.
51
51
@@ -114,7 +114,7 @@ There's only a VirtualBox basebox right now.
114
114
Now that you're SSH'ed into the Vagrant VM it's time to run the app.
115
115
116
116
# we're still SSH'ed into Vbox
117
- cd ~/assemblymade
117
+ cd ~/web
118
118
rvm current # should be ruby-2.1.0@coderwall
119
119
bundle check # should be a response that everything's good
120
120
bundle exec rails server
@@ -146,7 +146,7 @@ There's only a VirtualBox basebox right now.
146
146
cd ~/assemblymade/coderwall
147
147
echo Hello, `whoami` from `hostname` >> HELLO.txt
148
148
vagrant ssh
149
- cd ~/assemblymade
149
+ cd ~/web
150
150
cat HELLO.txt #whoa.
151
151
echo Hello, `whoami` from `hostname` >> HELLO.txt
152
152
exit
0 commit comments