On Monday, September 16, 2019 at 5:04:58 PM UTC+8, Bogdan Popa 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. 
>

Does this mean that the application itself is available as a package and 
you can require files from inside the application from another program?  
More importantly, can you have two copies of the application installed on 
your system, for example for development purposes?
 

>
> 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/26467935-c8b8-4965-9e2c-659f64fd9701%40googlegroups.com.

Reply via email to