File tree Expand file tree Collapse file tree 1 file changed +13
-21
lines changed Expand file tree Collapse file tree 1 file changed +13
-21
lines changed Original file line number Diff line number Diff line change 1- == README
1+ # README
22
3- This README would normally document whatever steps are necessary to get the
4- application up and running.
3+ * Ruby version 2.5.1
54
6- Things you may want to cover:
5+ * Rails version 4.2.11
76
8- * Ruby version
7+ #### Instriction to run app
8+ ###### To setup DB Run:
9+ * `rake db:create`
10+ * `rake db:migrate`
911
10- * System dependencies
12+ ###### To seed customers and charges:
13+ * `rake db:seed`
1114
12- * Configuration
15+ ###### Run rails app using
16+ * `rails s`
1317
14- * Database creation
18+ ###### Run Test case using
19+ * `rspec`
1520
16- * Database initialization
17-
18- * How to run the test suite
19-
20- * Services (job queues, cache servers, search engines, etc.)
21-
22- * Deployment instructions
23-
24- * ...
25-
26-
27- Please feel free to use a different markup language if you do not plan to run
28- <tt>rake doc:app</tt>.
You can’t perform that action at this time.
0 commit comments