Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sample_app
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyen Hoang Mai Phuong
sample_app
Commits
e1e3d3ba
Commit
e1e3d3ba
authored
Jun 02, 2021
by
Nguyen Hoang Mai Phuong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the README
parent
5073a7f3
Pipeline
#1205
canceled with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
22 deletions
+27
-22
README.md
+27
-22
No files found.
README.md
View file @
e1e3d3ba
# README
# README
This README would normally document whatever steps are necessary to get the
# Ruby on Rails Tutorial sample application
application up and running.
This is the sample application for
[*
Ruby on Rails Tutorial:
Things you may want to cover:
Learn Web Development with Rails
*
](https://www.railstutorial.org/)
(6th Edition)
*
Ruby version
by
[
Michael Hartl
](
https://www.michaelhartl.com/
)
.
## License
*
System dependencies
All source code in the
[
Ruby on Rails Tutorial
](
https://www.railstutorial.org/
)
is available jointly under the MIT License and the Beerware License. See
*
Configuration
[
LICENSE.md
](
LICENSE.md
)
for details.
## Getting started
*
Database creation
To get started with the app, clone the repo and then install the needed gems:
```
*
Database initialization
$ bundle install --without production
```
*
How to run the test suite
Next, migrate the database:
```
*
Services (job queues, cache servers, search engines, etc.)
$ rails db:migrate
```
*
Deployment instructions
Finally, run the test suite to verify that everything is working correctly:
```
*
...
$ rails test
```
If the test suite passes, you'll be ready to run the app in a local server:
```
$ rails server
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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