[GH-ISSUE #146] Non-Ubuntu install instructions? #118

Closed
opened 2026-02-26 05:31:22 +03:00 by kerem · 2 comments
Owner

Originally created by @blobhouse on GitHub (Jan 21, 2015).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/146

Hello,

I'm trying to install log.io on centos, and I've found that your install instructions seem to be ubuntu-specific. In particular, this line:

npm install -g log.io --user "ubuntu"

fails with the equivalent of a "no such user" error.

I would work around this myself, but I've also found that I cannot find any documentation for this --user flag. Is it specific to log.io? I'm just not sure if it means "install as this user," or "run as this user," or both, some other less obvious thing. I'll keep playing with it, but I wanted to mention that this is a bit of an impediment. FYI, and thanks.

Originally created by @blobhouse on GitHub (Jan 21, 2015). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/146 Hello, I'm trying to install log.io on centos, and I've found that your install instructions seem to be ubuntu-specific. In particular, this line: `npm install -g log.io --user "ubuntu"` fails with the equivalent of a "no such user" error. I would work around this myself, but I've also found that I cannot find any documentation for this --user flag. Is it specific to log.io? I'm just not sure if it means "install as this user," or "run as this user," or both, some other less obvious thing. I'll keep playing with it, but I wanted to mention that this is a bit of an impediment. FYI, and thanks.
kerem closed this issue 2026-02-26 05:31:23 +03:00
Author
Owner

@hanneshal commented on GitHub (Jan 30, 2015):

I'm running log.io on centos, based upon this instructions:
http://www.tecmint.com/linux-server-log-monitoring-with-log-io/

Another working article:
https://github.com/Ennexa/logio-initscript

The --user param gets passed to the install script, log.io tries to run as this user. npm install -g will install this script in the global (systemwide) context for every user.

regards

<!-- gh-comment-id:72177092 --> @hanneshal commented on GitHub (Jan 30, 2015): I'm running log.io on centos, based upon this instructions: http://www.tecmint.com/linux-server-log-monitoring-with-log-io/ Another working article: https://github.com/Ennexa/logio-initscript The --user param gets passed to the install script, log.io tries to run as this user. npm install -g will install this script in the global (systemwide) context for every user. regards
Author
Owner

@msmathers commented on GitHub (Jan 12, 2020):

v0.4.3 uses the more idiomatic npm bin script to invoke processes, and no longer requires root/sudo, so installation should be a lot more straightforward. See the latest README for installation instructions.

<!-- gh-comment-id:573446020 --> @msmathers commented on GitHub (Jan 12, 2020): v0.4.3 uses the more idiomatic npm `bin` script to invoke processes, and no longer requires root/sudo, so installation should be a lot more straightforward. See the latest README for installation instructions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#118
No description provided.