-
Notifications
You must be signed in to change notification settings - Fork 184
[WIP] various GNU/Linux Debian package improvements #377
base: master
Are you sure you want to change the base?
[WIP] various GNU/Linux Debian package improvements #377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I spotted a few minor things when browsing this issue. I added in-line comments.
# config/database.yml | ||
# | ||
# IMPORTANT NOTE: Before starting Dashboard, you will need to ensure that the | ||
# MySQL user and databases you've specified in this file exist, and that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This note is providing instructions for MySQL, but the sample entries bellow are PostgreSQL related
@@ -0,0 +1,15 @@ | |||
i#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected i
a the beginning of the line… bash
does not seems to be required, would not /bin/sh
suffice?
@@ -0,0 +1,15 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bash
does not seems to be required, would not /bin/sh
suffice?
Hi @smortex sorry for the late reply and thanks for the review. This PR was extracted from some older PR from another person and no one is currently working on it but everyone if very welcome to take it over and work on it :-) |
This is the Debian package improvement part of the PR #333 . I did not test this so far. The reason for this PR is to separate the code out of #333 so we can review, test and discuss it better.
THIS WORK IN PROGRESS!
This PR is not tested and should not be merged currently.