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:54] – [Copy to eos] iwn | cern:website [2020/05/13 12:20] – 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 19: | Line 30: | ||
| Other AD FS groups can be found in CERN's [[https:// | Other AD FS groups can be found in CERN's [[https:// | ||
| + | |||
| + | |||
| + | ==== Setup indexing ==== | ||
| 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 64: | Line 78: | ||
| <code bash> | <code bash> | ||
| mkdir ~/eos | mkdir ~/eos | ||
| - | sshfs -o allow_other, | + | sshfs -o allow_other, |
| </ | </ | ||
| Make sure not to forget or add anymore trailing ''/'' | Make sure not to forget or add anymore trailing ''/'' | ||
| Line 71: | Line 85: | ||
| 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=' |
| </ | </ | ||