Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.61 KB

readme.md

File metadata and controls

24 lines (21 loc) · 1.61 KB

Show directories of plots on a CERN EOS webpage with some interactive features

Taken from simonepigazzini, originally from musella with slight adjustements.

Disclaimer

This worked for me, I didn't test this with any other users or sites.

Instructions

  1. Create CERN EOS website here. Follow the sections Prerequites and Site Creation Form.
    1. Go to your site under the Web Services Portal
    2. Enable "Use .htaccess files"
  2. Go to the Application Portal Home of CERN:
    1. Click the green edit button
    2. Click the orange edit button "Edit role details" and check if the "This role applies to all authenticated users" is not checked. Clock submit or go back.
    3. Click the green button "Assign role to groups" and link a group that you want to give access to e.g. atlas-active-members so only people from ATLAS can access it.
  3. Installation:
cd your-eos-directory     # in my case www
mkdir top-level-plotting-folder     # in my case ditau
cd top-level-plotting-folder
git clone --recursive https://gitlab.cern.ch/muellerr/php-plots.git
  1. Adjust the line DirectoryIndex index.php index.html index.htm /ditau/index.php in the .htaccess file with the path to your index.php file. In the provided .htaccess I pointed to my directory www/ditau/ where www is my EOS folder created for the website.
  2. Drop any plotting directory in your top-level-plotting-folder