Live data from Hacker News

Ask HN: How to get PHP lamp or mamp on Ubuntu 19.10?

news.ycombinator.com

11–14 of 14 posts

Re: Ask HN: How to get PHP lamp or mamp on Ubuntu 19.10?

#11

I generally use Bitnami's stacks. There's one for LAMP too. Benefits: Fairly latest versions. Everything in one directory (I usually install them under /opt). No effect on system packages. No need to add PPAs for new versions. Drawbacks: Can't update an existing installation; have to install a new version of the stack in another location and migrate. [1]: https://bitnami.com/stack/lamp/installer [2]: https://bitnami.…

this looks interesting and it works for Ubuntu? I can have PHP/MYSQL and phpmyadmin ?

I like this, so basically it's the MAMP or WAMP version for like Linux ubuntu?

Re: Ask HN: How to get PHP lamp or mamp on Ubuntu 19.10?

#12

I generally use Bitnami's stacks. There's one for LAMP too. Benefits: Fairly latest versions. Everything in one directory (I usually install them under /opt). No effect on system packages. No need to add PPAs for new versions. Drawbacks: Can't update an existing installation; have to install a new version of the stack in another location and migrate. [1]: https://bitnami.com/stack/lamp/installer [2]: https://bitnami.…

this looks interesting and it works for Ubuntu? I can have PHP/MYSQL and phpmyadmin ? I like this, so basically it's the MAMP or WAMP version for like Linux ubuntu?

It works on Ubuntu. I use it on Ubuntu.

It's LAMP. There are different ways to deploy LAMP on Ubuntu but they are all LAMP stacks at the end of the day. 1)From system packages is most common. 2) From PPAs if you want latest versions. 3) As virtual machine. 4)As containers. 5) As software bundles like the Bitnami stack 6) Building all components from their sources.

Re: Ask HN: How to get PHP lamp or mamp on Ubuntu 19.10?

#13

Earlier quoted context omitted.

this looks interesting and it works for Ubuntu? I can have PHP/MYSQL and phpmyadmin ? I like this, so basically it's the MAMP or WAMP version for like Linux ubuntu?

It works on Ubuntu. I use it on Ubuntu. It's LAMP. There are different ways to deploy LAMP on Ubuntu but they are all LAMP stacks at the end of the day. 1)From system packages is most common. 2) From PPAs if you want latest versions. 3) As virtual machine. 4)As containers. 5) As software bundles like the Bitnami stack 6) Building all components from their sources.

wow main you're a life saver this worked perfectly on ubuntu. most of the online saved was outdated this helped a lot thanks
Post reply on HN