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 11:55] – [Copy to eos] iwn | cern:website [2021/06/15 12:12] – [Setup access] 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: | ||
| + | - Create a ''/ | ||
| + | - Promote it to a website via CERNBox and CERN Web services. | ||
| + | - Configure access with '' | ||
| + | - Configure each webpage with an index file ('' | ||
| + | - 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 8: | 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 19: | 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 71: | Line 82: | ||
| fusermount -u ~/eos | fusermount -u ~/eos | ||
| </ | </ | ||
| - | You can put this alias in your '' | + | <wrap tip>Pro tip</ |
| <code bash> | <code bash> | ||
| alias meos=' | alias meos=' | ||