pythonindia / junction

Junction is a software to manage proposals, reviews, schedule, feedback during conference.
MIT License
192 stars 185 forks source link

Review project setup steps and resolve "This page isn't working" error in browser. #760

Closed RajatRajdeep closed 1 year ago

RajatRajdeep commented 1 year ago

Hi everyone,

I'm having some trouble setting up the project using docker on my local machine. I need your help in reviewing the junction project setup steps. I performed following steps and the application is running but I am not able to view the app in the browser. The browser shows me This page isn’t working error. Please check the attached screenshot.

I have followed following steps:

  1. Copy .env.sample and paste it as .env file: cp .env.sample .env
  2. Create a “settings” file for local development with Django.: cp settings/dev.py.sample settings/dev.py
  3. Build junction_local image using following command: docker build -t junction_local .
  4. Run the command "docker-compose up" to start the project.

All the containers are running and I am not seeing any issues on the terminal(in logs) as well. I can also see the dbsqlite file in the container.
I think I have missed something here, Please respond if you're aware of the cause of this.

I'm not sure what's causing the issue, but I suspect it might be related to the setup process. I would appreciate it if someone could review the setup steps and let me know if I missed anything or if there's anything else I need to do.

Also, if anyone has encountered a similar issue and knows how to resolve it, I would really appreciate any help or guidance.

junction-issue
leshravnya commented 1 year ago

The web server runs on a secure channel. Therefore, you need to use https instead of http. Use this link https://localhost:8888. It should work for you.

RajatRajdeep commented 1 year ago

Understood. Thanks @leshravnya! The application is accessible at https://localhost:8888.