From ae570af49142601302b83f9a972d35fb2eeda858 Mon Sep 17 00:00:00 2001 From: Jesse Snyder Date: Tue, 22 Mar 2022 17:34:04 -0700 Subject: [PATCH] Update some versions and installation instructions --- README.rst | 12 ++++++++---- versions.cfg | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 3588e0b..600151f 100644 --- a/README.rst +++ b/README.rst @@ -23,14 +23,18 @@ Installation ------------ 1. Install the libgeos prerequisite. (On OSX, this can be done with homebrew; the recipe is called "geos") -2. Clone the repos +2. Clone this buildout repo from the HTTPS or SSH links at https://github.com/isawnyu/pleiades3-buildout 3. Create a Python 2.7 virtual environment and activate it -4. In the clone, checkout the jazkarta-plone4 branch -5. Run "bin/python bootstrap.py" +4. In the clone, make sure you have checked out the `master` branch +5. Run "python bootstrap.py --setuptools-version=42.0.2 --buildout-version=2.13.4" + (These versions should match what you find in versions.cfg; update this instruction if they don't!) 6. Run "bin/buildout -c devel.cfg" -7. An admin user is created by default. If you need to create an additional login with admin powers, do: ``bin/instance adduser `` +7. An admin user is created by default. If you need to create an additional login with admin powers, do: ``bin/instance adduser `` 8. Start Zope instance in foreground with "bin/instance fg" 9. Go to http://localhost:9080 10. Authenticate with an administrative user account 11. Click Add Plone Site and create a Plone site named `plone` 12. Include the `Pleiades Site Policy` and `Pleiades Theme` add-ons. + +As an alternative to creating an empty site, you may want to `scp` the Data.fs.old (it is big) +and blobs (they are minimal) from the staging server. diff --git a/versions.cfg b/versions.cfg index a5a9f58..09c12d4 100644 --- a/versions.cfg +++ b/versions.cfg @@ -1,13 +1,13 @@ [versions] setuptools = 42.0.2 -zc.buildout = 2.13.3 +zc.buildout = 2.13.4 Products.ATBackRef = 2.1 Products.ATVocabularyManager = 1.6.7 Products.AddRemoveWidget = 1.5.1 Products.DataGridField = 1.9.4 Products.OrderableReferenceField = 1.2-beta4 Products.RedirectionTool = 1.3.1 -Shapely = 1.5.13 +Shapely = 1.7.1 collective.geo.geographer = 2.0 collective.stats = 1.0.0 cssselect = 0.9.1 @@ -49,7 +49,7 @@ pyzotero = 1.1.16 beautifulsoup4 = 4.5.1 feedparser = 5.1.3 collective.dexteritytextindexer = 2.0.2 -python-ldap = 2.3.13 +python-ldap = 2.5.2 Products.PloneLDAP = 1.1 Products.LDAPUserFolder = 2.19 Products.LDAPMultiPlugins = 1.13