-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Problem with mup setup #185
Comments
I am not really clear where you are getting this issue. Does |
Yes, it is work fine. I can call "mup init", and "mup" will build the project. |
So you should type "mup setup" after "mup init". Does that work? If it doesn't, can you copy your mup.js here and we can take a look. |
I also installed meteor up and when I run setup and deploy, nothings happens. The commands executes silently, these are ran from windows 10 machine, so like Tbutnyakov mentioned, may be the issue is module.exports which is not being recognised. :\project_beauty\lookfab>mup setup M:\project_beauty\lookfab>mup deploy M:\project_beauty\lookfab> module.exports = { setupNode: true, meteor: {
}, /mongo: { |
Yes, i can call "mup setup". It will ask me abot "mup.js". Here a code:
|
I had this issue yesterday, I think. Provide the full path to the pem key- it doesn't work with relative paths. |
i updated the script with full paths for all files and when i run mup setup, it immediately returns back with out any activity. M:\project_beauty\lookfab>mup setup M:\project_beauty\lookfab> module.exports = { setupNode: true, meteor: {
}, /mongo: { |
do you need that ssl: {} block? Maybe try removing the mongo : {} block too. |
yes, i want to setup https connection for my server and hence need ssl. I tried by commenting those lines and also changing the url to http, but still same behavior. Mongo block is commented, i removed it anyway now. I suspect the issue is that the process is not running through the file at all as "module.exports" does not seem recognized by windows. |
You get "Windows script error" because windows script host tries to run |
can you give an example on how to do it. Until now, i was not passing any param to the mup, so how should this be done now onwards ? lets say the mup in installed globally in c:/appdata/roaming/npm/node_mobules/mup and my project folder is c:/projects/myproject/mup.js for this context, how should we call mup now onwards on windows |
madushan1000, please advise how to go about with an example call |
run |
@madushan1000 we will got errors on this case: "Npm run" not help too, it trying to find package.json inside project folder, not in the argument path... @madushan1000 can you, please, answer this question:
|
try |
@madushan1000 the same. I use correct path. |
agreed with Tim. got the error stating as below is there a reason why simpler things are becoming difficult to use ? |
@madushan1000, please help as we are currently stuck in the same point for quite some time |
hey guys any updates, i am not able to deploy ... any one who could do successfully ? |
I'm sorry but I can't test the windows version myself because I don't own a windows PC or a licence. The best I can do it speculation. As a quick solution, you can use the older |
@madushan1000 cant, because mupx dont support dynamic docker containers. |
What docker features do you need? |
@madushan1000 here it is: #1101 |
Im just switch OS from windows to linux. |
Same problem here, it tries to open/execute the mup.js file instead of executing mup. |
I added the support to use command line parameter |
Just switched over from mupx and ran into the same problem, using the --config parameter with a renamed mup.js file works like a charm, thanks @madushan1000! |
Just adding that I am on Windows and this was also the issue I had when "mup setup" appeared to do nothing. Thanks @madushan1000 |
On Windows instead using |
I think we need to put the commont of @bennygenel on ReadMe, first install bug, or fix this for windows client... |
It is on the readme in two places, but I can make it more visible. |
wow, that's great. I maybe over look it, as i have read that readme months ago and never notice that there is update on it. Thanks anyway for the info. great work @zodern for making this mup alive again |
Hey, i have a problem with mup setup, it looks like windows dont know nothing about "module.exports".
More:
I got "Windows script error", first time i took error about unecspected tokens like "," after some "}".
When, after refactor, i took err message about "'module' is not defined".
Ehm...may be we miss a part of initialization mup in guide?
@arunoda @madushan1000 One more question, what about store uploaded files in static folder on server in this package? In MUPX we have serious problem: #1101
Is it fixed in that package?
Guys, ty for awesome packages!
The text was updated successfully, but these errors were encountered: