Actions

ComfortUpdate/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "LimeSurvey ComfortUpdate機能は、実行中のアンケートがあっても安全に使用できます。既存のデータは削除も破棄もされません。ただし...")
(Created page with "*''更新''ボタンの場所 **古いLimeSurveyバージョンでは、'''全般設定'''アイコンから最初のタブを選択して、'''更新'''ボタンをクリッ...")
Line 20: Line 20:
LimeSurvey ComfortUpdate機能は、実行中のアンケートがあっても安全に使用できます。既存のデータは削除も破棄もされません。ただし、これはベータ版であることに注意してください。したがって、続行する前にデータベースとファイルを手動でバックアップすることが重要です。
LimeSurvey ComfortUpdate機能は、実行中のアンケートがあっても安全に使用できます。既存のデータは削除も破棄もされません。ただし、これはベータ版であることに注意してください。したがって、続行する前にデータベースとファイルを手動でバックアップすることが重要です。


*Find the ''Update'' button
*''更新''ボタンの場所
**For the older LimeSurvey versions, go to the Global Settings Icon, select the first tab, and click on the ''Updates'' button
**古いLimeSurveyバージョンでは、'''全般設定'''アイコンから最初のタブを選択して、'''更新'''ボタンをクリックします。
**For the recent Limesurvey versions, you may find the '''ComfortUpdate''' button in the '''Configuration''' dialog, under the ''Advanced'' tab:
**最近のLimesurveyのバージョンでは、'''設定'''ダイアログの'''アドバンス'''タブに'''ComfortUpdate'''ボタンがあります。





Revision as of 23:40, 17 July 2018

概要

ComfortUpdateツールは、LimeSurveyをウェブブラウザからアップデートできるように作られました。手作業でのアップデートのかわりに、数回マウスクリックするだけです。

ComfortUpdateを使用してテストするには、無料トライアルキーを受け取るためLimeSurveyにサインアップする必要があります。トライアルキーの有効期限が切れたら、プレミアムパッケージのいずれかを購入するか手動でインストールを更新します。

  ComfortUpdateキーをコピーして使用するには、LimeSurveyプロファイルにアクセスし、プロファイルメニュー(ページの左側)にあるCOMFORTUPDATE KEYSをクリックします。


要件

PHPがZLibをサポートしていることが必要です。PHPInfoを確認して、必要ならサーバー管理者に相談してください。

ComfortUpdateツールを使用するには、サーバーからSSLでupdate.limesurvey.orgupdate-data.limesurvey.orgに接続できる必要があります。通信に問題があり、10060がホスト 'update.limesurvey.org'に接続できませんでしたなどのエラーメッセージが表示された場合は、プロキシ/ファイアウォールのセキュリティ設定を調整/編集するか、サーバー管理者にサポートを依頼してください。

ComfortUpdateを使用する

LimeSurvey ComfortUpdate機能は、実行中のアンケートがあっても安全に使用できます。既存のデータは削除も破棄もされません。ただし、これはベータ版であることに注意してください。したがって、続行する前にデータベースとファイルを手動でバックアップすることが重要です。

  • 更新ボタンの場所
    • 古いLimeSurveyバージョンでは、全般設定アイコンから最初のタブを選択して、更新ボタンをクリックします。
    • 最近のLimesurveyのバージョンでは、設定ダイアログのアドバンスタブにComfortUpdateボタンがあります。



  • The ComfortUpdate screen will display an update link if a new version of LimeSurvey is available. If not, click “Check now” to see if a new update is available
  • If an update is found, LimeSurvey will display a link to allow you to update. Click on this to begin updating
  • If you have never used ComfortUpdate before or the ComfortUpdate upgrade key is not valid, you will be asked to enter an upgrade key. Use the default key for free updates during the trial period



  • LimeSurvey will now verify your installation directory to check if the appropriate permissions are set to allow an update. A list of proposed changes will be displayed
  • If there are any problems, you must correct them at this point and then proceed to the next step
  • The ComfortUpdate will now make a backup of your database (if you use MySQL) and save your old installation files in the /tmp directory. If you use a different database, you should backup your database manually before proceeding

ComfortUpdate will now update your installation to the latest version, updating also the database in order to reflect the new (possible) changes.

Disabling ComfortUpdate

If you want to disable ComfortUpdate in order not to get the New release available popup messages after each new release, you can add the following option to your "config.php" file (which is located in /limesurvey/application/config):

'updatable' => false

This is documented in more detail at "How to disable the Limesurvey ComfortUpdate updating feature".

  Attention : Always create a backup first!


Known problems

Blank page on step 3

If you get a blank page on step 3, it usually means that the memory limit of your PHP configuration is set too low. During that step, LimeSurvey tries to create a database backup and a file backup (of the files that will be replaced).

Using a proxy server to connect to update.limesurvey.com

If you are behind a proxy, you may have to adjust some settings to be able to use ComfortUpdate. In LimeSurvey 2.05 (later than build 140404), you can set the details of your proxy server in the configuration file (see the general settings wiki).

For earlier versions, you have to edit the http.php file in your LimeSurvey installation. Have a look at the variables in the first lines of this file in a text editor and add values if needed.

Example: Connect to a proxy server 111.111.111.111 port 1234 without authentication and edit the following lines to look like:

 var $proxy_host_name="111.111.111.111";
 var $proxy_host_port=1234;

Depending on your version, you will find the file either in /admin/classes/ or in /application/libraries/admin/http/. There are pre-coded variables within the file. Therefore, only details of your proxy are needed. If your installation is running unusually slow, wrong proxy settings may be the cause.