Skip to content

enkwolf/lovelace

 
 

Repository files navigation

INSTALLING
==========

Review the INSTALL document.


UPGRADING
=========

Review the UPGRADE document.


TROUBLESHOOTING
===============

If the file uploads stop working for file names that have non-ASCII characters
in them and Django returns a UnicodeEncodeError response tracing back to
os.stat, you should check that your Apache configuration has UTF-8 as the file
system encoding.

Refer to the following address for more information:
https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/modwsgi/#if-you-get-a-unicodeencodeerror

How to fix
----------

On RHEL based distributions, edit
    /etc/sysconfig/httpd
and on Debian based distributions, edit
    /etc/apache2/envvars

Add the following lines to the file you edited:
export LANG='en_US.UTF-8'
export LC_ALL='en_US.UTF-8'

and restart Apache – possibly by issuing one of the following commands:
sudo /etc/init.d/httpd restart
sudo apachectl restart
sudo service apache2 restart

About

Interactive Learning Environment

Resources

License

NCSA, OFL-1.1 licenses found

Licenses found

NCSA
LICENSE
OFL-1.1
Lato-LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 44.5%
  • JavaScript 35.8%
  • HTML 13.3%
  • CSS 6.3%
  • Other 0.1%