pelican-dev / docs

Documentation site for Pelican Panel
https://docs-peli.vercel.app
25 stars 24 forks source link

Add the apt install command to install php extensions more easily #35

Closed savalet closed 3 months ago

savalet commented 3 months ago

I know you've pointed out that pelican users need to know how linux works and how to install packages, but I've simply made this pull request so that people can install the necessary php extensions more easily than copying them one by one.

Boy132 commented 3 months ago

Duplicate of #31

We will not add copy/ paste commands like this to the docs.

savalet commented 3 months ago

What about the command to install composer and other commands? Why are they in the documentation?

Boy132 commented 3 months ago

What about the command to install composer and other commands? Why are they in the documentation?

Because those are not normal installs via apt.

savalet commented 3 months ago

And if I'm the second person to make a pull request for this, I think there's a reason.

savalet commented 3 months ago

I've removed the whole apt command to leave the list of php extensions but with a better format as a comma-separated list

notAreYouScared commented 3 months ago

Thanks for the suggestion, I have no interest in changing this.