cloudcoderdotorg / CloudCoder

A web-based programming exercise system.
GNU Affero General Public License v3.0
71 stars 60 forks source link

Steps for Cloud Coder Software Installation #92

Open Amith-Techie opened 7 years ago

Amith-Techie commented 7 years ago

Hi Dave,

I am new to Programming and I want to build Online Compiler for my upcoming website. Further, I followed all your steps mentioned in your Repo:

  1. UsingEC2 - How to set up an Amazon EC2 server to run CloudCoder.
  2. Bootstrap - Setting up a new CloudCoder installation on an Ubuntu or Debian Linux server: read this first.
  3. CloudCoder has been successfully installed.

But still I am not able to see anything. Please find my link below

https://ec2-54-169-99-181.ap-southeast-1.compute.amazonaws.com/cloudcoder

I am stuck at this point, how I should move forward please assist further.

Thanks in advance.

jspacco commented 7 years ago

Hello,

The location you sent is refusing https connections. I also checked the other 2 ports that should be open (22 and 47374) and only 22 is open.

This suggests that your AWS security group, which controls the firewall for your virtual instance, is not properly configured to allow traffic to port 22 (ssh), 443 (https), and 47374 (cloudcoder builders). Ensure that those settings in your AWS security group are correct, and make sure they allow traffic from any IP, not just localhost and your current IP.

Also make sure that you can ssh to your virtual machine and run shell commands.

If the security group (firewall) settings are correct, then it's probably something with the apache webserver and reverse proxy. In that case, ssh to the machine and check /etc/httpd/conf/httpd.conf and make sure it's set to listen to port 443 and that the reverse proxy is set up. You can also email me (jspacco@knox.edu) in case you don't want to post all of your configuration settings in public.

Let us know if any of this helps you!

learneradarsh commented 7 years ago

I need some video tutorial ...

dilipwk commented 6 years ago

Change inbound and outbound rules of security group to allow