Files @ e15b53d59517
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/files/profile_virtualenv.sh

branko
MAR-67: Deploy /etc/profile.d/ configuration file that allows reading user-specific profile config files from ~/.profile.d/ directory. Create home directory for web application users in order to get all the fancy colouring etc. Deploy virtual environment activation script inside of wsgi_website role as profile.d script.
# Activate the virtual environment.
. "$HOME/virtualenv/bin/activate"