Skip to content

Commit

Permalink
(fixes #2443, BP from #2442) fixed cp command options to execute in v…
Browse files Browse the repository at this point in the history
…arious systems
  • Loading branch information
y-watanabe committed Oct 4, 2011
1 parent d928821 commit 0952ff8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/en/OpenPNE3_Version_Up_Guide.txt
Expand Up @@ -53,8 +53,16 @@ Copy the old directory plugins to new.

::

Case of the system like CentOS or Ubuntu which has '-u' option

$ cp -au /path/to/old/OpenPNE3/plugins/. /path/to/new/OpenPNE3/plugins

Case of the system like MacOSX or FreeBSD which has '-n' option

$ cp -an /path/to/old/OpenPNE3/plugins/. /path/to/new/OpenPNE3/plugins

NOTE: check your system using 'man cp' to execute above commands.

Re-build Models
~~~~~~~~~~~~~~~

Expand Down
8 changes: 8 additions & 0 deletions doc/ja/OpenPNE3_Version_Up_Guide.txt
Expand Up @@ -55,8 +55,16 @@ OpenPNE.yml の設定値を環境に合わせて変更してください。特

::

CentOS や Ubuntu など、-uオプションがある場合。

$ cp -au /path/to/old/OpenPNE3/plugins/. /path/to/new/OpenPNE3/plugins

MacOSX や FreeBSD など、-nオプションがある場合。

$ cp -an /path/to/old/OpenPNE3/plugins/. /path/to/new/OpenPNE3/plugins

* どちらのコマンドを実行可能かについては「man cp」コマンドを実行してチェックしてください。

モデルの再構築
~~~~~~~~~~~~~~

Expand Down

0 comments on commit 0952ff8

Please sign in to comment.