Giter Club home page Giter Club logo

Comments (4)

gfanton avatar gfanton commented on September 26, 2024 1

I'm not sure why we should use DevPod. Setting it up seems more complex than just using make install at the repository's root and using the binaries directly, which only require Go. However, I understand that people have their own preferred development environments. If DevPod suits them better, I can respect that.
I'll try to integrate gnodev, gnokey, and gno binaries into an devcontainer.json

from gno.

thehowl avatar thehowl commented on September 26, 2024 1

Just 2c about this issue:

I agree with @gfanton, we should in general attempt to optimise our installation flow not to depend on devpod or docker containers; make install should work for basically everyone who knows how to clone a repository and has make and go.

For larger audiences, we should:

  1. set up releasing binaries for major platforms/archs (related: #1834), and have a tar.gz for distribution
  2. have a bash script which we can suggest to curl | bash, and have this workflow work on most linux/WSL/macOS installations without need for additional dependencies (and come with gno, gnokey and gnodev installed)

I think that as a consequence of these two steps, we can also have DevPod/GitPod as an option for quick set up, based on this curl | bash workflow. I see their purpose mostly in having a way to "try before you buy", though our main focus should go into making "buying" frictionless, rather than providing a great "try before you buy" experience.

does this look sensible?

from gno.

0xmemorygrinder avatar 0xmemorygrinder commented on September 26, 2024

Hello,

Is this feature still on the drawing board ? If so, can you give me a few more details about what is required for the implementation ?

I'd be happy to work on it!

from gno.

thehowl avatar thehowl commented on September 26, 2024

Hey @0xmemorygrinder,

we already have a Gitpod configuration set up for our getting-started repo, which achieves something similar: https://github.com/gnolang/getting-started/blob/main/.gitpod.yml

You can work on improving that or create a new DevPod configuration. My only concern is to try to avoid having configuration files in the top-level directory of this repository (prefer misc/devpod). Hope that helps!

from gno.

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.