Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

[WIP] various GNU/Linux Debian package improvements #377

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ZeroPointEnergy
Copy link
Collaborator

@ZeroPointEnergy ZeroPointEnergy commented Sep 11, 2018

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.

Copy link

@smortex smortex left a 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
Copy link

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
Copy link

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
Copy link

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?

@ZeroPointEnergy
Copy link
Collaborator Author

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 :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants