Fix MD031 Fenced code blocks should be surrounded by blank lines across multiple markdown files

This commit is contained in:
Bertocq
2017-06-15 23:56:38 +02:00
parent 5ce3713907
commit a1a2d3dc1f
6 changed files with 7 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ The preferred method is via rvm:
```
curl -L https://get.rvm.io | bash -s stable
```
### For all system users
```
@@ -102,6 +103,7 @@ bundle install
cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
```
Perhaps it's needed to create a superuser rol with password in postgresql, and write it in */config/database.yml* 'user:' and 'password:' fields.
Also, it seems that postgresql use as default an unix socket for localhost communications. If we encounter problems creating database (connection problems) we can change in */config/database.yml* the line: