Trabla : Install Plone CMS 5.0.8 on Windows localhost - opensource Python CMS / WCM
Plone is a free and open source content management system built on top of the Zope application server. Plone is positioned as an "Enterprise CMS" and is commonly used for intranets and as part of the web presence of large organizations. High-profile public sector users include the U.S. Federal Bureau of Investigation, Brazilian Government, United Nations, City of Bern (Switzerland), New South Wales Government (Australia), and European Environment Agency. Plone's proponents cite its security track record and its accessibility as reasons to choose Plone.
Plone CMS Official Wedsite - https://plone.org/
Solving:
Watch on YouTube
1. Download and install Python 2.7.14 from
!!! Attention : enable "Add pyton.exe to Path"
https://www.python.org/downloads/
2. Download & install Microsoft Visual C++ Compiler for Python 2.7
https://www.microsoft.com/en-us/download/details.aspx?id=44266
3. Download simple-plone-buildout zip archive from
https://github.com/plone/simple-plone-buildout
4. Create folder C:\plonecms
5. Create folder C:\plonecms\buildout
6. Unzip simple-plone-buildout archive
7. Copy files from archive into C:\plonecms\buildout
8. Run CMD
9. Execute folowing commands in CMD
CD C:\plonecms
pip install virtualenv
CD C:\plonecms\buildout
COPY profiles\buildout.cfg.tmpl buildout.cfg
virtualenv env
env\Scripts\pip install -r requirements.txt
env\Scripts\buildout
bin\instance fg
10. Open browser, goto http://localhost:8080
Login / password = admin / admin
No comments:
Post a Comment