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/m2o8zk8vd7.fsf%40192.168.0.139.

Reply via email to