Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automate carta-remote packaging & installation? #62

Open
o-smirnov opened this issue Feb 28, 2020 · 6 comments
Open

automate carta-remote packaging & installation? #62

o-smirnov opened this issue Feb 28, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@o-smirnov
Copy link
Contributor

So @gijzelaerr did make a KERN package for CARTA a while back, but there's a couple of problems (at least as far as radiopadre is concerned):

  • CARTA is updating very rapidly at present and adding desirable features, KERN is not keeping up.

  • I want to deploy radiopadre (& thus CARTA) in bare-bones cluster environments, where KERN (or even a sysadmin) may not be available. So I want it installable in a virtualenv basically.

Because CARTA is install-free (just unpack the tarball and go), I've worked around it in the install script. This just pulls down a tarball from https://github.com/CARTAvis/carta/releases and unpacks it in the venv directory.

From the user's point of view, this can lead to mysteriously long setup times, as the tarball is busy downloading, etc.

Question for you guys is, is there a better way to do this? Can we deploy it via a PyPI wrapper? (So at least setup tells the user it's downloading CARTA...) Or would that be a grave abuse of PyPI, since there isn't a single line of Python in the beast?

@o-smirnov o-smirnov added the enhancement New feature or request label Feb 28, 2020
@o-smirnov
Copy link
Contributor Author

P.S. Not urgent, juts something to keep on the back burner.

@gijzelaerr
Copy link
Member

gijzelaerr commented Feb 29, 2020

well now i think of it, why not make it a python script (carta-downloader) that you can pip install, installs a thing in your bin directory that will download this?

@o-smirnov
Copy link
Contributor Author

Well that's effectively what the radiopadre setup script is doing already.

But I want caaaaaaching... and a pony... and a red Porsche!

@adrianjhpc
Copy link
Collaborator

Maybe you could just hire someone to travel round installing radiopadre for anyone who wants it...? You could call it "platinum level package install". Hell, people would probably pay for the bespoke service ;)

@o-smirnov
Copy link
Contributor Author

Ah, you mean become a consultant!

@o-smirnov
Copy link
Contributor Author

I mean it's clearly an easier career path to the red Porsche...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants