Last active
August 29, 2015 14:06
-
-
Save joates/1ab51a874cfdd95bb8d2 to your computer and use it in GitHub Desktop.
testing squatconf website..
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ [Error: Sending failed] | |
errors: [ { [Error: queryMx ENOTFOUND] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'queryMx' } ] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] start /home/joates/code/github/squatconf/website | |
> echo -n 'building.. '; npm run build && node server.js | |
building.. | |
> [email protected] build /home/joates/code/github/squatconf/website | |
> browserify src/email-client.js -o html/assets/js/email.js | |
[PID=5288] server started on port 8000 | |
(use Ctrl+c to stop the server) | |
> [email protected] start /home/joates/code/github/squatconf/website | |
> echo -n 'building.. '; npm run build && node server.js | |
building.. | |
> [email protected] build /home/joates/code/github/squatconf/website | |
> browserify src/email-client.js -o html/assets/js/email.js | |
[PID=5404] server started on port 8000 | |
(use Ctrl+c to stop the server) | |
got email: { email: 'info@here' } | |
email sent.. { from: '[email protected]', | |
to: 'info@here', | |
subject: 'Hello, everyone is welcome at SquatConf..', | |
text: 'Please verify that you wish to signup by following this link\nhttp://localhost:8000/confirm?email=info@here&token=mrPrZ1uZ-N3Gw-fYsz-rl4R-smLfSx2Qu4Vi\n\n\nYou can ignore this message if you DID NOT request to signup at our website\nhttp://squatconf.eu\n\nThe next event is in Paris, we hope to see you there !!\n\nKind regards from the team,\nSquatConf Paris 2014', | |
headers: {} } | |
got email: { email: 'me@home' } | |
> [email protected] start /home/joates/code/github/squatconf/website | |
> echo -n 'building.. '; npm run build && node server.js | |
building.. | |
> [email protected] build /home/joates/code/github/squatconf/website | |
> browserify src/email-client.js -o html/assets/js/email.js | |
[PID=5796] server started on port 8000 | |
(use Ctrl+c to stop the server) | |
got email: { email: 'me@home' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# note: you will need to change the 'host' value in config.js to 'http://localhost:8000' | |
npm run build && node server.js 2>> app.err >> app.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment