Skip to content

vlead/outreach-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post Installation steps

  1. Set http_proxy, https_proxy and no_proxy in /etc/profile .
export http_proxy="http://proxy.iiit.ac.in:8080"
  1. Set http_proxy, https_proxy and no_proxy in /etc/environment
  2. Change the APP_URL in file /var/www/src/config.py appropriately.
# APP_URL
APP_URL = "http://10.2.57.1"

Troubleshooting Steps

  1. Always check for the route.(Internet is required for google oAuth conectivity.
route add default gw IP
  1. gateway needs to be manually added after every restart of the server.
  2. Check for syslogs and apache logs.

OAuth

  1. Email used for GET authentication is [email protected]
  2. Client name : Vlabs Outreach Portal
  3. Updated on 29th October,2021 based on authenciation failure logged by IIT Delhi