Changes for page EigeneHomepage

Last modified by Aysegül Omus on 2025/01/16 13:02

From version 2.1
edited by Aysegül Omus
on 2025/01/16 13:02
Change comment: Renamed from xwiki:Informatik.Helpdesk.EigeneHomepage.WebHome
To version 1.1
edited by wikibot
on 2023/02/05 20:29
Change comment: Imported from foswiki

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Eigene Homepage erstellen
1 +EigeneHomepage
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kahraman
1 +XWiki.wikibot
Content
... ... @@ -13,8 +13,7 @@
13 13  
14 14   A worthwhile German website with a FAQ-section on setting up a homepage by Franz Prilmeier can be accessed [[here>>http://wwwrbg.in.tum.de/rechnerhalle/data/home_page_faq.php]].
15 15  
16 -(% style="color:red" %)**Important remark:**(%%) https://wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte[[https://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte]][[https://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte]]. This wiki-page should be read thoroughly before the homepage creation so that potential risks are minimized.
17 -
16 +**(% style="color:red" %)Important remark:(%%)** [[https://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte>>https://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte]]. This wiki-page should be read thoroughly before the homepage creation so that potential risks are minimized.
18 18  ----
19 19  
20 20  == 2. Preparation ==
... ... @@ -61,12 +61,15 @@
61 61  After editting the file, the website can be accessed by calling http://home.in.tum.de/~//accountName///.
62 62  
63 63  
64 -[[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/EigeneHomepage/WebHome/Screenshot.png||alt="So könnte die Webseite aussehen" height="141" title="Screenshot.png" width="881"]]
63 +[[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/EigeneHomepage/WebHome/Screenshot.png|| width="881" height="141" title="Screenshot.png" alt="So könnte die Webseite aussehen"]]
65 65  
66 66  == 4. Apache Error Logfile ==
67 67  
68 68  It's possible to inspect the error log of the Apache server, which may turn out to be quite useful during troubleshooting:
69 -
70 -* The file is saved on the computer ##home.in.tum.de## which can be accessed via ##ssh## {{{ssh <Ihr_Login>@home.in.tum.de}}}
68 +* The file is saved on the computer ##home.in.tum.de## which can be accessed via ##ssh## {{{
69 +ssh <Ihr_Login>@home.in.tum.de
70 +}}}
71 71  * The file path is ##/var/apache2/logs/error_log##
72 -* Enter the following command to read: {{{less /var/apache2/logs/error_log}}}
72 +* Enter the following command to read: {{{
73 +less /var/apache2/logs/error_log
74 +}}}