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

Update some versions and installation instructions #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name> <password>``
7. An admin user is created by default. If you need to create an additional login with admin powers, do: ``bin/instance adduser <name> <password>``
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.
6 changes: 3 additions & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down