mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[PR #8] [CLOSED] Added generic installers for the server and harvester #226
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#226
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?
📋 Pull Request Information
Original PR: https://github.com/NarrativeScience-old/log.io/pull/8
Author: @aforward
Created: 9/14/2011
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
be3f356Fixed hardcoded /usr/local/lib/node_modules to be based on 'which node'4ad37cfImproved the derivation of NODE_PATH, the existing worked - but was flawed, added the 'dirname' for proper path navigation94b8e4fAdding server_standalone to avoid the hard coded /usr/local/bin/node issueed064d7Added execute permissions ot server_standalone88102e6Changed LOG_PATH to LOG_FILENAME and allowing the user to specify the full log file name path0709251Updated server standalone to copy 'server' into 'server' and 'client' into 'client' on a mac osxea4172bUpdated run_server to accept a config file as an arugmentc2db87eFixed reference to the BIN_PATH9079fe1Changed name from log-server to log.io-server for consistencyba738b4Removing the log dir creation from the server_standalone📊 Changes
13 files changed (+90 additions, -22 deletions)
View changed files
➕
.gitignore(+2 -0)📝
INSTALL.md(+2 -2)📝
bin/configure(+4 -1)📝
bin/install/harvester(+1 -1)➕
bin/install/harvester_standalone(+19 -0)📝
bin/install/server(+1 -1)➕
bin/install/server_standalone(+21 -0)📝
bin/run_harvester(+11 -6)📝
bin/run_server(+14 -9)📝
etc/conf/harvester.conf(+7 -0)📝
etc/conf/server.conf(+6 -0)📝
etc/init.d/log.io-harvester(+1 -1)📝
etc/init.d/log.io-server(+1 -1)📄 Description
Here are the changes that I have made
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.