LoginSignup
0
0

More than 1 year has passed since last update.

PhotonServerのアプリケーションをEC2にデプロイする手順

Last updated at Posted at 2021-05-20

自分用メモなので悪しからず

  1. EC2インスタンスを起動してログイン
  2. PhotonServerとライセンスファイルをダウンロードして展開
  3. .NET Coreをインストール
  4. PhotonServerで作ったアプリケーションのソースコードをチェックアウトしてdotnet build
  5. ビルドしたバイナリをdeploy/[プロジェクト名]に放り込む
  6. 設定ファイルにアプリケーションの設定を追記
  7. ファイアウォールの設定で、アプリケーションの使用するポートを開ける←VPCのSecurityGroupとは別なので要注意
  8. PhotonControlを起動してサーバアプリケーションを開始
0
0
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
0
0