Added short info howto setup rails app
This commit is contained in:
9
Rails.md
9
Rails.md
@@ -1,5 +1,14 @@
|
|||||||
# Ruby on Rails
|
# Ruby on Rails
|
||||||
|
|
||||||
|
## Setup Rails App
|
||||||
|
|
||||||
|
- Install Ruby, RubyGem and Nodejs
|
||||||
|
- Clone Rails App and switch inside Folder
|
||||||
|
- Run: bundle install
|
||||||
|
- Run: rails db:migrate
|
||||||
|
- Start Webserver: bin/dev
|
||||||
|
- Have fun.. ;)
|
||||||
|
|
||||||
## Nützliche URLs
|
## Nützliche URLs
|
||||||
|
|
||||||
- [API Doc](https://api.rubyonrails.org/) API Documentation
|
- [API Doc](https://api.rubyonrails.org/) API Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user