Skip to content

Commit

Permalink
Remove db:create command per discussion on railsgirls-jp/coach.info#20
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiIto committed Jul 1, 2018
1 parent 3ac87fa commit 82d4352
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _posts/2013-05-02-install.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ Mac OS X 10.7 およびそれ以前のバージョンでは、 Atom エディタ
rails new sample
cd sample
rails g scaffold book
rails db:create
rails db:migrate
rails s
{% endhighlight %}
Expand Down Expand Up @@ -218,7 +217,6 @@ node --version
rails new sample
cd sample
rails g scaffold book
rails db:create
rails db:migrate
rails s
{% endhighlight %}
Expand Down Expand Up @@ -564,7 +562,6 @@ gem install rails --no-document
rails new sample
cd sample
bundle exec rails g scaffold book
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails s -b 0.0.0.0
{% endhighlight %}
Expand Down

0 comments on commit 82d4352

Please sign in to comment.