-
Notifications
You must be signed in to change notification settings - Fork 20
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
meteor.bat is not recognized as an internal or external command #28
Comments
We're currently in the final stages of testing v2 of the project, which takes a completely different approach that addresses these sorts of issues people have faced with server-side bundling (as well as other significant improvements to UX and build speeds). Progress is being made on the v2 branch, we're mainly working on documentation at the moment - in line with a proper release around late next week. |
Great, thanks!
…On May 30, 2017 5:48 PM, "Rami Jarrar" ***@***.***> wrote:
We're currently in the final stages of testing v2 of the project, which
takes a completely different approach that addresses these sorts of issues
people have faced with server-side bundling (as well as other significant
improvements to UX and build speeds).
Progress is being made on the v2 branch
<https://github.com/fractal-code/meteor-azure/tree/v2>. We're mainly
working on documentation at the moment, in line with a proper release
around late next week.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AED31u7VN4dZvpIPW-30-UnViZvpz30Yks5r_Kq5gaJpZM4NqpNp>
.
|
Any chance you can give me the tldr of using v2? I can't get my site back
up.
On May 30, 2017 5:48 PM, "Rami Jarrar" <[email protected]> wrote:
We're currently in the final stages of testing v2 of the project, which
takes a completely different approach that addresses these sorts of issues
people have faced with server-side bundling (as well as other significant
improvements to UX and build speeds).
Progress is being made on the v2 branch
<https://github.com/fractal-code/meteor-azure/tree/v2>. We're mainly
working on documentation at the moment, in line with a proper release
around late next week.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AED31u7VN4dZvpIPW-30-UnViZvpz30Yks5r_Kq5gaJpZM4NqpNp>
.
|
Let me know if you run into any issues with this/if anything is unclear:
"meteor-azure": {
"siteName": "e.g foo in foo.azurewebsites.net",
"subscriptionId": "",
"resourceGroup": "",
"tenantId": "foo.onmicrosoft.com (displayed under the user dropdown in the portal",
"deploymentCreds": { "username": "", "password": "" },
"envVariables": {
"ROOT_URL": "",
"MONGO_OPLOG_URL": "",
"MONGO_URL": "",
"ANY_OTHER_ENV_VAR": "e.g for mail settings, etc."
}
} (Note that the env variables for Node/NPM versions, Meteor settings, idle timeout, etc. are no longer necessary as these will be set automatically)
|
=(
|
A couple things:
Sorry about the unhelpful error messages, we are in the process of adding prechecks/validation at the moment. |
doh! I was using package.json instead of settings.json Now it runs without errors but the site is still down =/
One thing to note is that I used the app service name for: Side Q: Is there a way to skip (make it remember) the |
Never mind about the site being down. It took a while to restart and it's back up again. |
Glad to hear that it's working for you. If you want to skip the login step, you'll need to setup a service principal in the portal (instructions for that are here. The process is a little tedious but should be straightforward to follow. After you have your credentials, add them to your settings file in the "meteor-azure" key: "meteor-azure": {
"servicePrincipal": {
"appId": "",
"secret": ""
}
} |
Thanks for everything. |
'meteor-azure' is not recognized as an internal or external command, how should i fix it i have installed meteor-azure using npm install meteor-azure |
You will need to either install globally (to use from anywhere):
Or as a dev dependency for a particular project:
|
@ramijarrar Thanks for the help!!!!! |
@ramijarrar getting below error after deploying to azure |
@varunkumar17 Do you have an "@" in your mongo username/pass? |
@ramijarrar Can't i deploy my meteor app without MONGO_URL param. In my application i am not using any of the mongo collections my app just uses http module to connect to rest api. so i have just used a dummy connection string
If this is causing any issue can you please provide me with the sample dummy mongo connection string |
Unfortunately the MONGO_URL param is still required by Meteor (see meteor/meteor-feature-requests#31), but this should work:
|
@ramijarrar Application has thrown an uncaught exception and is terminated: |
Have you removed the Also, you should be to test this locally by passing in MONGO_URL:
|
Used meteor remove mongo to remove mongo after doing this app runs on my local but still getting the same issue on azure |
Can you double-check the Also, try running with |
Script version (listed in .config/azure/deploy.sh)
1.4.5
Deployment log
The text was updated successfully, but these errors were encountered: