Giter Site home page Giter Site logo

Comments (4)

khash avatar khash commented on June 16, 2024

Can you tell me what's the framework you're looking to use?

from starter.

alejandrojapkin avatar alejandrojapkin commented on June 16, 2024

There seems to be a large number of frameworks (namely, anything that's not flask or your run of the mill microservice python). What was the aim of the project? How do you run the framework detection? If you explain that without sending us to figure your code, perhaps there's a way to make it modular and fit to more purposes.

from starter.

fritzfr avatar fritzfr commented on June 16, 2024

The main issue seems to be the folder strucutre of the project. That's also what is holding me back from deploying using cloud66, because their tools require the root of the repo/project to be where (in case of Node.js) package.json and so on is residing.

from starter.

bhogayatakb avatar bhogayatakb commented on June 16, 2024

I am facing the same issue with a nodejs project.
Interesting things is : If i use linux build uploaded on
https://github.com/cloud66-oss/starter/releases/download/1.4.3/linux_amd64_1.4.3, it easily works.
But the issue takes place if I create a build from the code using docker-compose up

I did some more debugging and found that the issue is with FileExists function at common/utils.go
os.Stat is not able to recognize that "package.json" is present at particular location.
I wonder if it has to do something with the project root.

image


UPDATE : I guess I found the issue - it is just a silly mistake regarding usage
If we are running this project with docker, we should also copy the "target project" into the docker file system
for testing purpose, I copied my project inside /app/templates and it worked like wonder.

I maybe late to this discussion, but I think this is enough information to close this particular issue.

from starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.