Hovo401 / -RayCasting_Game_JS-Hovo-Karapetyan-

1 stars 0 forks source link

Make Project Public #2

Open eriktumosaryan opened 5 months ago

eriktumosaryan commented 5 months ago
          @eriktumosaryan 

The rendering logic is written in /static/src/game/render

this project can be made public after automatic launch, but this will require setting up a domain name and a static IP. for static IP you need to contact your ISP or rent hosting

_Originally posted by @Hovo401 in https://github.com/Hovo401/-RayCasting_Game_JS-Hovo-Karapetyan-/issues/1#issuecomment-2031525007_

@Hovo401 Please make it public its part of your task From my side i give you public server (make public with IP, without Domain name) Server IP 44.212.66.171 OR ec2-44-212-66-171.compute-1.amazonaws.com Pem file you can download from this link (https://drive.google.com/file/d/1wAp4USagbM-OLmhHSHBNs8KkWPu44-qe/view?usp=sharing) If you have any question (with server, or connection or you need some specific configurations), you can tell me direct.

eriktumosaryan commented 5 months ago

@Hovo401 Instance ID (Hovo401 Server)

  1. Open an SSH client.
  2. Locate your private key file. The key used to launch this instance is StudentsGroup.pem
  3. Run this command, if necessary, to ensure your key is not publicly viewable. chmod 400 "StudentsGroup.pem"
  4. Connect to your instance using its Public DNS: ec2-44-212-66-171.compute-1.amazonaws.com

Example via Terminal: sudo ssh -i "StudentsGroup.pem" ubuntu@ec2-44-212-66-171.compute-1.amazonaws.com

Hovo401 commented 5 months ago

@eriktumosaryan I added and now My project is available at http://ec2-44-212-66-171.compute-1.amazonaws.com

eriktumosaryan commented 5 months ago

Good thanks, now i see that is working and its shareable.