christopheranderson / azure-demeteorizer

CLI tool for deploying demeteorized meteor apps on Azure App Service.
MIT License
26 stars 8 forks source link

Check for prereqs before running install #3

Closed christopheranderson closed 8 years ago

christopheranderson commented 8 years ago

As pointed out in #2, there are several dependencies that are required to do native module compilation appropriately for deployment.

In order to install all the appropriate dependencies, we need to check for the existence of required software being installed.

Example:

We should allow a --force option on install to continue even if prechecks fail.

Might be useful to have a --test feature which will only run prechecks.

ramijarrar commented 8 years ago

In the meantime. can we list these in readme?

christopheranderson commented 8 years ago

I'm going to try and get these out tonight. If I'm delayed, I'll make a spot update to the readme. :)

ramijarrar commented 8 years ago

:+1:

christopheranderson commented 8 years ago

Added support in 0.2.0-alpha. Closing.