Instructions


  1. Connect to the server via ssh.

    1ssh -i <path_to_cert> ubuntu@ischoolvcl.umd.edu
  2. Activate the python virtualenv for the VCL application.

    1sudo -s 2cd webapps/vcl/ 3source bin/activate 4cd vcl/settings 5nano base.py
  3. Comment out the following line with a hash symbol

    1CASMiddleware from Middleware classes, CAS_SERVER_URL, CAS_VERSION, django_cas.backends.CASBackend in Authentication_Backends
  4. Edit the URLs python file

    1nano urls.py
  5. Uncomment the following line by removing the hash symbol.

    1(url(r'^logout/'. '...')
  6. Comment out the parts between #django_cas links & #django_cas ends.

  7. Restart the web and application server

    1systemctl restart vcl # Application & UI 2service nginx restart # Application & Web Server

Related articles


Filter by label (Content by label)

Related issues


Page Properties