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

Check: Server preparation docs #803

Closed
svx opened this issue Mar 15, 2017 · 7 comments
Closed

Check: Server preparation docs #803

svx opened this issue Mar 15, 2017 · 7 comments

Comments

@svx
Copy link
Member

svx commented Mar 15, 2017

We should check:

https://5.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 ?

@gforcada
Copy link
Member

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

@newbazz
Copy link

newbazz commented Nov 6, 2017

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

@svx
Copy link
Member Author

svx commented Nov 7, 2017

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.

@newbazz
Copy link

newbazz commented Nov 7, 2017

okk so is there anything to be updated at present?

@svx
Copy link
Member Author

svx commented Nov 7, 2017

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 !

@newbazz
Copy link

newbazz commented Nov 7, 2017

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

@stevepiercy
Copy link
Contributor

Superseded by #1647

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants