mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 17:45:57 +03:00
[GH-ISSUE #57] why not support http auth and running in backend anymore ? #41
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#41
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 @scourgen on GitHub (Mar 4, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/57
These 2 features are very useful.
@msmathers commented on GitHub (Mar 4, 2013):
I'll restore http basic authentication in v0.3.2.
What do you mean by running in backend? As in, running as a daemon, when the machine starts up? If so, that's up to you to decide what to use. If you're on linux, you can use upstart or runit. I just made a wiki entry on how to daemonize the harvester and server, give it look:
https://github.com/NarrativeScience/Log.io/wiki/Daemonizing-log.io-on-Ubuntu-using-upstart-(v0.3.x)
@scourgen commented on GitHub (Mar 5, 2013):
yes,I mean running as a daemon.
It's good to allow me decide what to do,but It's better to just make it works without trouble.
thanks for the document,I will take a look on it.