[GH-ISSUE #30] Fix Install.sh for CentOS and other Distros #22

Closed
opened 2026-02-26 05:31:05 +03:00 by kerem · 1 comment
Owner

Originally created by @aatishnn on GitHub (May 26, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/30

Supplied install.sh script doesn't work for CentOS. Here is the correct way to do this:

useradd -d /home/logio logio
usermod -G adm logio

Also, EACCES, Permission denied error occurs as the file /var/log/log.io/server.log is not set to correct permissions. I fixed it by using:

chmod -R 777 /var/log/log.io
Originally created by @aatishnn on GitHub (May 26, 2012). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/30 Supplied install.sh script doesn't work for CentOS. Here is the correct way to do this: ``` useradd -d /home/logio logio usermod -G adm logio ``` Also, `EACCES, Permission denied` error occurs as the file `/var/log/log.io/server.log` is not set to correct permissions. I fixed it by using: ``` chmod -R 777 /var/log/log.io ```
kerem closed this issue 2026-02-26 05:31:05 +03:00
Author
Owner

@msmathers commented on GitHub (Jun 18, 2012):

v0.2.7 now uses useradd & usermod, no more Ubuntu-specific calls

<!-- gh-comment-id:6407199 --> @msmathers commented on GitHub (Jun 18, 2012): v0.2.7 now uses useradd & usermod, no more Ubuntu-specific calls
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#22
No description provided.