It looks like WebFaction have discontinued all of their Zope/Plone installers, but I'm old-school and still want to run Plone. How can I install it? asked 16 Sep '15, 23:02 seanf |
First, create a 'custom app listening on port' application and attach it to a site. Make a note of the port number and name of the app. Next, SSH to your server and run the following commands, replacing app_name with the name of the app, and replacing NNNNN with the port number assigned to your app:
At that point, your Zope instance will be up and running at the site you created in the first step. You can go there and click "Create a new Plone site" to get started with Plone. If you are on one of our older servers (< web500) then you'll need to include an extra option "--static-lxml" on the install.sh step:
answered 16 Sep '15, 23:02 seanf I used this how-to to install Plone 5 yesterday. Worked like a charm. Plone 5 is a big update and I wondered if the 'static-lxml' command was still necessary. I still don't know, but the build worked flawlessly so no reason to worry about it.
(08 Oct '15, 13:05)
williamF
|