mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #35] Unable to install on OSX #30
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#30
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 @nym on GitHub (Jul 30, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/35
Couldn't install on OSX because useradd isn't an OSX binary.
bin/install.sh: line 30: useradd: command not found
@stefan-cross commented on GitHub (Nov 7, 2012):
Ive just run into this issue too, bit of a shame...
@fanquake commented on GitHub (Dec 18, 2012):
Any updates on this? Is it yet possible to install on OSX?
@msmathers commented on GitHub (Feb 21, 2013):
v0.3.0 has a completely new installation process, which doesn't use any bash scripts or OS-dependent calls such as adduser/useradd. It hasn't been tested on OSX, but there's no OS-specific code in the repo. Feel free to reopen if this continues to be an issue...