mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #146] Non-Ubuntu install instructions? #118
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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
@msmathers commented on GitHub (Jan 12, 2020):
v0.4.3 uses the more idiomatic npm
binscript to invoke processes, and no longer requires root/sudo, so installation should be a lot more straightforward. See the latest README for installation instructions.