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

Please add a way to manually download latest zip --- Directly from Bash #12869

Closed
ghost opened this issue Jan 3, 2017 · 7 comments
Closed

Please add a way to manually download latest zip --- Directly from Bash #12869

ghost opened this issue Jan 3, 2017 · 7 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jan 3, 2017

From various reasons, I am looking for an apt-get install alternative.

I would prefer to automatically download latest zip as from https://www.phpmyadmin.net/downloads/

If there is already a way to do so, anyone is welcome to publish it here.

@ibennetch ibennetch self-assigned this Jan 3, 2017
@ibennetch
Copy link
Member

ibennetch commented Jan 3, 2017

I've made a comment on the Ask Ubuntu page, but there's one part missing from my answer there. I believe there's some standard we follow for a universal URL pointing to the latest download, but I can't find it documented anywhere. @nijel do you know what I'm talking about? I can add it to the docs if you refresh my memory.

@nijel
Copy link
Contributor

nijel commented Jan 3, 2017

This is already documented on our website: https://www.phpmyadmin.net/about-website/#syndicate

Probably it could be linked from the downloads page...

@ibennetch
Copy link
Member

Thanks @nijel that is exactly what I was looking for. I plan to add a quick mention of that page to both the main documentation and downloads page.

@ghost
Copy link
Author

ghost commented Jan 4, 2017

I executed this but no file was downloaded:

curl https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.zip

@nijel
Copy link
Contributor

nijel commented Jan 4, 2017

Okay, it uses redirect, so it should be:

curl --location https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.zip

Or use wget:

wget https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.zip

ibennetch added a commit to phpmyadmin/website that referenced this issue Feb 1, 2017
Issue phpmyadmin/phpmyadmin#12869

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
@ibennetch
Copy link
Member

ibennetch commented Feb 1, 2017

Okay, I think we can close this since I've added a link on the https://www.phpmyadmin.net/downloads/ page

@ibennetch
Copy link
Member

Note that since phpMyAdmin 4.7.0, you'll also need to run Composer from within the downloaded location in order to get the library files phpMyAdmin uses.

Related: #12821

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants