This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
| cern:website [2020/05/13 12:17] – [Personal CERN website] iwn | cern:website [2023/09/28 16:22] – [Copy to eos] iwn | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | | + | ======= Personal CERN website |
| You can make a personal website to share documents in your ''/ | You can make a personal website to share documents in your ''/ | ||
| The steps are basically: | The steps are basically: | ||
| - | - Create a ''/ | + | - Create a ''/ |
| - Promote it to a website via CERNBox and CERN Web services. | - Promote it to a website via CERNBox and CERN Web services. | ||
| - Configure access with '' | - Configure access with '' | ||
| - Configure each webpage with an index file ('' | - Configure each webpage with an index file ('' | ||
| - Add content. | - Add content. | ||
| + | |||
| + | |||
| ===== Setup ===== | ===== Setup ===== | ||
| + | |||
| + | ==== Setup access ==== | ||
| You need to configure access to CMS members as described [[https:// | You need to configure access to CMS members as described [[https:// | ||
| Line 15: | Line 19: | ||
| SSLRequireSSL # The modules only work using HTTPS | SSLRequireSSL # The modules only work using HTTPS | ||
| - | AuthType | + | AuthType |
| - | ShibRequireSession On | + | Require valid-user |
| - | ShibRequireAll On | + | AuthType openid-connect |
| - | ShibExportAssertion Off | + | Require |
| - | Require valid-user | + | |
| - | Require | + | |
| Options +Indexes | Options +Indexes | ||
| Line 26: | Line 28: | ||
| Other AD FS groups can be found in CERN's [[https:// | Other AD FS groups can be found in CERN's [[https:// | ||
| + | |||
| + | ==== Setup index ==== | ||
| If you want to display documents and directories in a custom style (in particular plots), you can add an '' | If you want to display documents and directories in a custom style (in particular plots), you can add an '' | ||
| Line 51: | Line 55: | ||
| In this way '' | In this way '' | ||
| < | < | ||
| - | < | + | < |
| ForceType text/plain | ForceType text/plain | ||
| Header set Content-Type " | Header set Content-Type " | ||
| </ | </ | ||
| + | |||
| + | <Files *.rtf> | ||
| + | ForceType text/rtf | ||
| + | Header set Content-Type " | ||
| + | </ | ||
| </ | </ | ||
| Line 69: | Line 78: | ||
| EOS is now mounted on PSI T3, so you mount with | EOS is now mounted on PSI T3, so you mount with | ||
| + | <code bash> | ||
| + | kinit $USER@CERN.CH && eosfusebind -g krb5 $HOME/ | ||
| + | </ | ||
| + | or (outdated) | ||
| <code bash> | <code bash> | ||
| mkdir ~/eos | mkdir ~/eos | ||