Ruby on Rails Friday, December 11, 2015

@Naresh Jilla,

You need to change directory to app like below

1. create new rails app with command:
rails new app_name

2. then cd to directory the command is:

cd app_name

3. then bundle update

bundle install

4. modify db config file in config directory

rake db:create db:migrate

5. then start server

rails s

so, keep in mind it is very basic common commands to run rails app in
machine.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/1de1b218364074ac38d76eeab8277d20%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment