documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Check: Server preparation docs

Open svx opened this issue 8 years ago • 6 comments

We should check:

https://docs.plone.org/manage/deploying/preparing.html

For example I am not sure about the current state of the Fedora part. Do you need to install python2.7 and python2.7-dev on the latest Fedora versions ?

svx avatar Mar 15 '17 13:03 svx

According to Fedora 23 release notes it switched to python3 by default, and thus, you do need to install python2.7 manually

gforcada avatar Mar 28 '17 19:03 gforcada

I would like to get a bit more information on this issue and would like to work on this issue.

newbazz avatar Nov 06 '17 19:11 newbazz

This issue is about checking, if the documentation at https://docs.plone.org/manage/deploying/preparing.html is still up to date.

This part of the docs was written some time ago, when the mentioned Operating Systems still had Python 2.7 as default Python.

Besides the version of Python it may be possible that names of packages got changed.

As you can see already in the comment above, this document is not correct for Fedora and also for Ubuntu for example, since these do not ship Python 2.7 as default Python anymore.

This ticket is about verifying the packages (dependencies) you need for installing Plone on the mentioned Operating Systems.

svx avatar Nov 07 '17 13:11 svx

okk so is there anything to be updated at present?

newbazz avatar Nov 07 '17 14:11 newbazz

Most certainly yes, as @gforcada already wrote, the Fedora part is outdated.

If you decide to take this issue and work on it, you need to install Plone on the mentioned Systems.

Steps to do (example for Fedora):

  • Download the latest Fedora
  • Install latest Fedora (VirtualBox or something else)
  • Follow the docs on https://docs.plone.org/manage/deploying/preparing.html to try to install Plone.
  • Fix possible issues, like installing Python 2.7
  • Document your steps, what you had to do to install Plone
  • Create a branch of the docs
  • Update you branch with your findings, like dnf install python2.7 (example)
  • Create a Pull Request
  • Have fun !

svx avatar Nov 07 '17 14:11 svx

ooh thats quite difficult I want to try an easier issue at first.

newbazz avatar Nov 07 '17 14:11 newbazz