Skip to content

Instantly share code, notes, and snippets.

@Raynos

Raynos/ui Secret

Created August 1, 2012 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/f41d9ac505f12ffa461c to your computer and use it in GitHub Desktop.
Save Raynos/f41d9ac505f12ffa461c to your computer and use it in GitHub Desktop.
$ make hub
cd hub; make hub
make[1]: Entering directory `/home/raynos/Documents/fleet/hub'
../node_modules/.bin/forever -p /home/raynos/Documents/fleet/hub/../.forever start \
--append \
-l /home/raynos/Documents/fleet/hub/../.forever/forever.log \
-o ./out.log \
-e ./err.log \
--spinSleepTime 3000 \
--debug \
--verbose \
../node_modules/.bin/fleet-hub --port=7000 --secret=Colingo455
info: Forever processing file: ../node_modules/.bin/fleet-hub
make[1]: Leaving directory `/home/raynos/Documents/fleet/hub'
raynos at raynos-Latitude-E5530-non-vPro in ~/Documents/fleet
$ make list
node_modules/.bin/forever -p /home/raynos/Documents/fleet/.forever list
info: Forever processes running
data: uid command script forever pid logfile uptime
data: [0] bxRR /home/raynos/nvm/v0.8.4/bin/node /home/raynos/Documents/fleet/node_modules/.bin/fleet-hub --port=7000 --secret=LULZ 32050 32053 /home/raynos/Documents/fleet/hub/../.forever/forever.log 0:0:0:3.695
raynos at raynos-Latitude-E5530-non-vPro in ~/Documents/fleet
$ make list
node_modules/.bin/forever -p /home/raynos/Documents/fleet/.forever list
info: Forever processes running
data: uid command script forever pid logfile uptime
data: [0] bxRR /home/raynos/nvm/v0.8.4/bin/node /home/raynos/Documents/fleet/node_modules/.bin/fleet-hub --port=7000 --secret=LULZ 32050 32053 /home/raynos/Documents/fleet/hub/../.forever/forever.log 0:0:0:6.528
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment