File tree Expand file tree Collapse file tree 1 file changed +20
-24
lines changed
Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Original file line number Diff line number Diff line change 1- # README
2-
3- This README would normally document whatever steps are necessary to get the
4- application up and running.
5-
6- Things you may want to cover:
7-
8- * Ruby version
9-
10- * System dependencies
11-
12- * Configuration
13-
14- * Database creation
15-
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- * ...
1+ # Widgets - The App For Widgets
2+
3+ ## Setup
4+ 1 . Pull the app from version control
5+ 2 . Make sure you have Postgres running
6+ 3 . ` bin/setup `
7+
8+ ## Running The App
9+ 1 . ` bin/run `
10+
11+ ## Tests and CI
12+ 1 . ` bin/ci ` contains all the tests and checks for the app
13+ 2 . ` tmp/test.log ` will use the production loggig format
14+ * not* the development one.
15+
16+ ## Production
17+ * All runtime configuration should be suplied
18+ in the UNIX environment
19+ * Rails logging uses lograge. ` bin/setup help `
20+ can tell you how to see this locally
You can’t perform that action at this time.
0 commit comments