Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by sss ( 13 years ago )
[root@bob-workstation node]# raft  package.start --git fmhc/engine-0.8.0-test
info RAFT __________    _____  ______________________
info RAFT \______   \  /  _  \ \_   _____/\__    ___/
info RAFT  |       _/ /  /_\  \ |    __)    |    |   
info RAFT  |    |   \/    |    \|     \     |    |   
info RAFT  |____|_  /\____|__  /\___  /     |____|   
info RAFT         \/         \/     \/               
info RAFT 
info RAFT 
info RAFT If all went well raft should end with "OKAY!"
info RAFT 
info AUTH  Connecting to mangoraft.com.
info AUTH Sending auth infomation.
info AUTH recived auth from server.
info start Getting packge please wait.
info PACK  URL for package: https://raw.github.com/fmhc/engine-0.8.0-test/master/package.json
{
 "name": "version8.test",
 "domain": "coolbox",
 "scripts": {
  "start": "server.js"
 },
 "version": "0.0.0",
 "repository": {
  "type": "git",
  "url": "https://github.com/fmhc/engine-0.8.0-test.git"
 },
 "engines": {
  "node": "0.8.0"
 },
 "dependencies": {
  "express": "2.x"
 }
}

info start Got package.
info PACK The package that will be sent to the server.
info PACK { name: 'version8.test',
info PACK   domain: 'coolbox',
info PACK   scripts: { start: 'server.js' },
info PACK   version: '0.0.0',
info PACK   repository: 
info PACK    { type: 'git',
info PACK      url: 'https://github.com/fmhc/engine-0.8.0-test.git' },
info PACK   engines: { node: '0.8.0' },
info PACK   dependencies: { express: '2.x' } }
info STAGE About to start please wait... 
info start stage CREATE
info start stage TRYSPAWN
info start stage INSTALLENGINE
info start stage REPOBOOTSTRAP
info start stage REPOINIT
info start stage SPAWN
info start stage CHILDSTART
info start stage APPSTART
info start stage RUNNING
undefined
info start App has booted 
info RAFT OKAY!

 

Revise this Paste

Your Name: Code Language: