Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos, wrong links and file added into .gitignore #12

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Typos, wrong links and file added into .gitignore #12

wants to merge 13 commits into from

Conversation

TaiLinhares
Copy link
Contributor

Hi,
I noticed some mistakes in the files and corrected them. Feel free to accept it or not.
Bests,

Tai

Not that important, but why not? :)
Once more nothing that important, but I think it is worthy. Excuse me for not commiting the last pull request together, I haven't seen this one before.
As suggested in 2-influxdb.md
I suppose that everybody who followed the tutorial till now will have this file in the same folder in Raspberry pi. Nohup won't find it by giving only the file name.
.gitignore Outdated
data-collecting/pubnub.ini
data-collecting/send-pubnub.py
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this one on purpose? I think it will remove the python script from the repo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right! I thought it would be a good idea to let it in .gitignore as default, because it contains real sensitive data. One possibility would be to rename send-pubnub.py to send-pubnub-template.py. What do you think?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the private data is in the pubnub.ini config and not in the code. The pubnub.ini is in the gitignore, and we got a template that is public. So the send-pubnub.py has only code and reads from a private config file, pls check that that is the same in your setup

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Tereza, you're right. I missunderstood what was written. You suggest to add the log file to gitignore and not the send-pubnub.py file. I'll fix this part. :)

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

Successfully merging this pull request may close these issues.

2 participants