Install the required libraries by referring to the above document
brew install libxml2 libxslt
tar -xvzf Plone-4.3.6-UnifiedInstaller.tar
cd Plone-4.3.6-UnifiedInstaller/
Install in / usr / local / user_installed / Plone.
./install.sh --target=/usr/local/user_installed/Plone standalone
If the installation is successful, the user name and password for the management screen will be output to the console.
#####################################################################
###################### Installation Complete ######################
Plone successfully installed at /usr/local/user_installed/Plone
See /usr/local/user_installed/Plone/zinstance/README.html
for startup instructions
Use the account information below to log into the Zope Management Interface
The account has full 'Manager' privileges.
Username: admin
Password: ***********(Actually a random password)
This account is created when the object database is initialized. If you change
the password later (which you should!), you'll need to use the new password.
Use this account only to create Plone sites and initial users. Do not use it
for routine login or maintenance.
- If you need help, ask the mailing lists or #plone on irc.freenode.net.
- The live support channel also exists at http://plone.org/chat
- You can read/post to the lists via http://plone.org/forums
- Submit feedback and report errors at http://dev.plone.org/plone
(For install problems, specify component "Installer (Unified)")
cd /usr/local/user_installed/Plone/zinstance
./bin/instance fg (start in foreground)
Login using the username and password created during installation
Recommended Posts