-
Notifications
You must be signed in to change notification settings - Fork 38
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
Server and local build fails #134
Comments
Hi @vargalas This happened to me too :) When application id starts with a number, kitchen's server cannot build it properly. What you can do is: goto "view source" page (json editor) select and copy all, then create new aplication (any, minimal - no matter) and paste into new application's json editor (and save). Now try to build and let me know what hapens. About local build: it works normaly - I tested under windows, linux and mac. Are you sure your local verson is latest (v0.9.48)? Also, I wish to see error message, please copy&paste when you access computers. |
btw, brand new gui is what we need - curently I am creating classes for manipulation with input file structure (metadata) and I'l open new repository ("kitchen-gui") soon, so everyone is welcome to contribute. |
Thanks! I'll try it in the afternoon. And in the evening, I'll re-test on my mac and post the error. This project looks damn good. Thank you for your work! |
@perak i hope you are thinking about a gui with "drag and drop" feature :) It would be great to create a page and then drop some components or previously created pages to the newly created one. |
@vargalas thanks! @kadirerdogan exactly, and much more - I am preparing classes and functions that very flexible manipulates with input file structure, so it will be easy to implement. |
@perak Do you have a todo list for the gui? or a feature list? |
@kadirerdogan will this fix the issue with the build? |
@vargalas i was just excited about perak's news on the gui and the cli. Sorry if i created a delay about the fix. |
is the application id the id after the details in the url? If yes: I created another one. This id is: WQPjKAWgzRrgAqyjM The online build fails: Downloading input file... |
@vargalas typing from mobile phone. I'l check what's the problem with server in ~30 minutes when I reach my computer. |
@vargalas got problems on server, will be fixed in few minutes... |
@perak I'm not often writing love poems to males, but I'm thinking about one now ;) |
:D ahahhah, love poem! |
OK... now it should work normally (online build). Did you succeed with local build? |
Thank you! Online build works! Interesting. I have no file not found errors anymore. Appid starting with number is also OK. On the other location (Codio online ide - cool!) the environment caused the problem. It was not possible to make a symlink and that broke things. It doesnt work there, because I cannot install kitchen without sudo. At least it seems like. Thank you very much! |
Glad it works. Enjoy! 👍 |
P.S. appId starting with number is fixed too. |
About codio online ide: if only symlink is a problem, maybe you can just create meteor-kitchen.sh script that executes meteor-kitchen binary passing all received arguments (it's located in If you succeed, please let me know, so I'l include that into documentation for "codio" and similar environments. |
I'll try it tomorrow and I'll comment the result here. |
I'll probably sleep in a sec now. Exceptional evening. |
👍 |
On codio.com I created a meteor-kitchen.sh with this content:
With this, the local build runs fine here, too. Thank you! |
I'm back. The code generation with meteor-kitchen runs without errors. When I log into the directory and run meteor, I receive the following error (mentioned above).
Framework directory is empty. |
@vargalas looks like too many styles/styles/styles in path... I'l try to find out what's the problem tonight. Until then, what OS are you using in this particular case? |
hum, thinking again... custom.bootstrap.less should be created automatically by nemo64:bootstrap package on first run, but looks like that didn't happen. What if you try to clean run app (from hidden |
Does that hapen in codio or you are running on "real" OS? About codio: thanks, I'l add that note into documentation. 👍 |
It's on Codio now.
I can test it at home in 2-2.5 hours. |
I'll boot a server on DigitalOcean and I can test there now. I'll get back with the results. |
It's not my lucky day. Fresh DO image, Ubuntu 14.04, Meteor installed:
|
FYI: the server build for the same project is fine. It generates all the files. If I download it, I can run the generated Meteor project. I guess, this issue is not related to kitchen. I'll get back with the result on Mac later. |
OK, thanks for detailed info 👍 |
Exactly the same command on my Mac works :) |
Great! Looks like problem with meteor... |
(btw, Ubuntu 14.04 - works correctly for me) |
That's why I love this profession :) Computers have souls I swear ;) |
Nincs mit Laci! :) |
Akkor jol lattam a "proba" repot a github profilodon :) 2015-09-19 0:49 GMT+02:00 Petar Korponaić notifications@github.com:
|
It seems, currently it's not possible to build on meteorkitchen. Even if I use only the minimal example provided, the error message is the same:
Executing: build
*** Meteor Kitchen v0.9.48 ***
Meteor Application Generator - www.meteorkitchen.com
Copyright (c) Petar Korponaić
Downloading input file...
Reading input file...
Executing "meteor create /home/B6bpSNajH2S23LazY/2mXWctePoLfGzfwks/"...
Removing packages "autopublish" and "insecure"...
Cannot read meteor packages file "/home/B6bpSNajH2S23LazY/2mXWctePoLfGzfwks/.meteor/packages". No such file or directory
Error executing: build. Exit code: 255
I guess, it's a server config problem.
If I download the generated config, it cannot build, throws an error. Something like custom.bootstrap.less cannot be found.
Sorry, I cannot copy it right now, because I'm cannot access any of the compters I used for testing. One was codio.com and the other was a Mac.
The text was updated successfully, but these errors were encountered: