Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.
Sv translation
languageen

Assumptions

  • Internet access is available on the device.
  • Ports 80, 443, 4007, 4010, 4011, 9443 are all available.
  • SSH is available on the machine over port 22.
  • A domain name exists (docker.fileflexdemo.com in this example), and points to the IP of the host machine.
  • An combined SSL certificate (including the primary cert and all dependant chain portions), and it's key file are available for the same domain.
  • We are deploying against a new instance of Debian 9 (stretch), with a user 'dadmin' having been created during the installation process.
  • These instructions discuss the machine as being "virtual" but these steps work equally well for a physical device.

Instructions

Deploying a Virtual or Physical Machine

This is not covered in this document.

It's assumed that a Debian 9 instance is available, with:

  • OpenSSH is installed
  • A user "dadmin" with sudo permissions is present.
  • SUDO has been installed, and the user dadmin has full sudo permissions.
  • net-tools has been installed

You can ensure the packages above are present by running the following as root:

Code Block
apt-get install net-tools sudo ssh

Excerpt Include
Deploying FileFlex Server with Docker Base
Deploying FileFlex Server with Docker Base
nopaneltrue


Sv translation
languageja_JP

仮定

  • デバイスがインターネットにアクセスできます。
  • ポート 80、443、4007、4010、4011、9443 はすべて使用できます。
  • SSH はポート 22 を介してマシンで使用できます。
  • ドメイン名(この例では Docker.fileflexdemo.com)が存在し、ホストマシンの IP を指しています。
  • 結合された SSL 証明書(プライマリ証明書とすべての依存チェーン部分を含む)とそのキーファイルは、同じドメインで使用できます。
  • インストールプロセス中にユーザー「dadmin」が作成された状態で、Debian 9(stretch)の新しいインスタンスに対してデプロイしています。
  • これらの手順では、マシンが「仮想」であると説明していますが、これらの手順は物理デバイスでも同様に通じます。

手順の説明

仮想マシンまたは物理マシンをデプロイする

これについては、このドキュメントでは扱いません。

Debian 9 インスタンスが利用でき、さらに次のことが想定されています。

  • OpenSSH がインストールされている
  • sudo 権限を持つユーザー「dadmin」が存在している。
  • SUDO がインストールされており、ユーザー dadmin に完全な sudo 権限を持っている。
  • net-tools がインストールされた

上記のパッケージが存在することを確認するには、次のコマンドを root として実行します。

Code Block
apt-get install net-tools sudo ssh

Excerpt Include
Deploying FileFlex Server with Docker Base
Deploying FileFlex Server with Docker Base
nopaneltrue