ga-wdi-boston / rails-api-many-to-many

Placeholder. Code in the rails-api-*. demo/code-along/lab series
Other
1 stars 77 forks source link

Remove `bundle install` from instructions. #2

Closed payne-chris-r closed 7 years ago

payne-chris-r commented 8 years ago

In fact, remove all of these things:

Install dependencies with bundle install.
Add secrets to config/secrets.yml.
Create a database with bundle exec rake db:create.
Create a database schema with bundle exec rake db:migrate.
Run the HTTP server with bundle exec rails server.
gaand commented 8 years ago

Why? Please motivate changes when possible. I think I know, but the issue should inform.

jrhorn424 commented 7 years ago

the issue should inform.

cc @payne-chris-r

Anywho, these are covered in the rails-api-*-<demo|code-along|lab> for now.