Skip to content

Commit 178b979

Browse files
committed
Update Configs
Signed-off-by: CaveDev <[email protected]>
1 parent 70c5744 commit 178b979

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

README.md

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
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

0 commit comments

Comments
 (0)