Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version checking on bootstrap #678

Merged
merged 24 commits into from
Jul 1, 2015

Conversation

darylhedley
Copy link
Contributor

Adds upgrade script to the authoring tool

@@ -26,6 +26,9 @@ var EventEmitter = require('events').EventEmitter,
Mailer = require('./mailer').Mailer,
configuration = require('./configuration');

var request = require('request');
var async = require('async');
var chalk = require('chalk');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The install.js uses 'colors' still. Chalk looks better. Can you update the install.js to swap out colors usage for chalk, and remove colors from the dependencies too?

pretty please :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed 'colors'.

- Removed 'colors' library in favour of 'chalk'
- Added missing error logging -- the install process would hang if the mongod service was not running
- Minor string changes
@brian-learningpool
Copy link
Member

+1

This was using the old 'colors' library and missed from the previous commit.
A hangover from the 'colors' library.
@dennis-learningpool
Copy link
Member

+1

brian-learningpool added a commit that referenced this pull request Jul 1, 2015
@brian-learningpool brian-learningpool merged commit eceae14 into develop Jul 1, 2015
@brian-learningpool brian-learningpool deleted the version-checking-on-bootstrap branch July 1, 2015 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants