Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HiP
HiPCMS_Technology_Check
Commits
c90cfe26
Commit
c90cfe26
authored
Oct 25, 2015
by
Jan Lippert
Browse files
Added note about db migration before first run
parent
5872f2cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c90cfe26
...
...
@@ -6,11 +6,12 @@ to see a list of all branches/frameworks.
## [Ruby on Rails](http://rubyonrails.org/)
*
Setup:
*
Install ruby (I used version
```2.2.3p173```
)
*
Setup
for testing
:
*
Install ruby (I used version
```2.2.3p173```
)
and sqlite3
*
Install rails:
```gem install rails```
*
Create application:
```rails new appName```
*
Run server with auto-reload:
```bin/rails server```
*
Before first run, initialize databases:
```bin/rake db:migrate```
*
Getting started: http://guides.rubyonrails.org/getting_started.html
*
Easy to create a REST API etc.
*
DB migrations on default
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment