mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 09:35:53 +03:00
[GH-ISSUE #106] Ubuntu daemonize script is not up to date #82
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#82
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 @nvquanghuy on GitHub (Dec 19, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/106
First, thanks for an awesome software and very clear installation guide. I managed to get it up and running within 10 minuntes.
1/ It took me a while to get log.io upstart to work. The main line of the upstart script is:
There is no
logiouser if I follow the default installation guide. And it took me awhile to fully understand how it works. I think the doc should add: Replace logio with your ubuntu user (e.g. ubuntu).2/ For people who install NodeJS through nvm, log.io is installed into
~/.nvm/<VERSION>, to get it to work:Make
~/.nvm/nvm-execfromhttps://gist.github.com/nvquanghuy/8034406Change the exec line to (remember to change NODE_VERSION and logio to your Ubuntu username)
All in all, thanks for an awesome piece of software.
@msmathers commented on GitHub (Aug 1, 2014):
Thanks for the heads up about the invalid username, I believe that was taken from 0.2.x documentation, which actually created a logio user on install.
I've updated the wiki page.
@gravitate-dev commented on GitHub (Sep 9, 2015):
This took me a few hours. My own solution is to run it via pm2 directly as a node application.
I hope this helps anyone!
pm2 start /usr/lib/node_modules/log.io/bin/log.io-harvester --name="logio-harvester"
pm2 start /usr/lib/node_modules/log.io/bin/log.io-server --name="logio-server"
clearbutton text #242