LoginSignup
4
5

More than 5 years have passed since last update.

MacOSX(10.10.3)にPlone(4.3.6)をインストールする

Last updated at Posted at 2015-06-14

参考URL

ライブラリのインストール

上記のドキュメントを参考に、必要なライブラリをインストール

brew install libxml2 libxslt

ソースコードのダウンロード、展開

ダウンロード

展開

tar -xvzf  Plone-4.3.6-UnifiedInstaller.tar
cd Plone-4.3.6-UnifiedInstaller/

Ploneのインストール

インストール

/usr/local/user_installed/Plone にインストールする。

./install.sh --target=/usr/local/user_installed/Plone standalone

インストールに成功すると管理画面用のユーザー名とパスワードがコンソールに出力される。

#####################################################################
######################  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: ***********(実際にはランダムなパスワード)

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 (フォアグランドで起動)

ログイン

インストール時に作成されたユーザー名とパスワードを使用してログイン

plone.png

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5