So the easiest to do is to create such an info.rkt file and call `raco pkg
install app-name/` -- and that should work even if I don't do the `raco
exe` and `raco distribute`?

On Mon, Sep 16, 2019 at 11:04 AM Bogdan Popa <bog...@defn.io> wrote:

>
> Marc Kaufmann writes:
>
> > this is surely answered somewhere, but I have not made much progress. If
> > you know python, what I want to do is essentially
> >
> > $ pip install requirements.txt
> >
>
> Although it's not exactly the same thing, I use `info.rkt'[1][2]
> (similar to `setup.py') for this purpose and each one of
> my web apps is its own package.
>
> Here's an example of what that ends up looking like:
>
>
> https://github.com/Bogdanp/koyo/blob/master/koyo-lib/blueprints/standard/app-name-here/info.rkt
>
> and
>
>
> https://github.com/Bogdanp/koyo/tree/master/koyo-lib/blueprints/standard#first-time-setup
>
> For deployment, I leverage `raco exe' and `raco distribute' to create
> self-contained distributions that I can ship to my server.
>
> [1]: https://docs.racket-lang.org/pkg/metadata.html
> [2]: https://docs.racket-lang.org/raco/setup-info.html
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAD7_NO5C%3DtuQr0%2BgS5mVe8cjNDr-9bg2KxR7203kwCtdqphodQ%40mail.gmail.com.

Reply via email to