<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 5/8/2014 8:11 AM, Eduardo da Silva
wrote:<br>
</div>
<blockquote
cite="mid:BLU436-SMTP63FBD0EF4CDD5A42F56153C9490@phx.gbl"
type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
I got it JP, thanks very much!<br>
<br>
It still don't get the suite running. =/ After running node run
--noes, I just get running in foreground:<br>
<br>
Thu May 8 16:02:17.542 [initandlisten] waiting for connections on
port 27017<br>
</blockquote>
<br>
Hmm, the code actually looks for mongo to spit out that line before
moving on to launching all the webmaker tools. If you open run.js at
<a class="moz-txt-link-freetext" href="https://github.com/mozilla/webmaker-suite/blob/master/run.js#L118">https://github.com/mozilla/webmaker-suite/blob/master/run.js#L118</a>,
hit "enter" before it so that it's now on line 119 and you have a
blank line 118, and then add the following code on line 118:<br>
<br>
console.log("Mongo has finished starting up and the script will now
start the webmaker projects");<br>
<br>
and you rerun with "node run --noes" do you see that line printed to
your console?<br>
<br>
- Pomax<br>
</body>
</html>