Changes for page EigeneHomepage
Last modified by Aysegül Omus on 2025/05/19 15:34
To version 3.1
edited by Aysegül Omus
on 2025/05/19 15:30
on 2025/05/19 15:30
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -EigeneHomepage 1 +Eigene Homepage erstellen - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. wikibot1 +XWiki.kahraman - Content
-
... ... @@ -13,7 +13,10 @@ 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://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. 16 +(% style="color:red" %)**Important remark:**(%%) https://wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte 17 + 18 +This wiki page should be read thoroughly before the homepage creation so that potential risks are minimized. 19 + 17 17 ---- 18 18 19 19 == 2. Preparation == ... ... @@ -28,17 +28,17 @@ 28 28 29 29 30 30 31 - Following commands should be executed:34 +The following commands should be executed: 32 32 33 33 34 34 35 35 {{html wiki="true"}} 36 -{{code}}ssh <loginname>@lxhalle.in.tum.de %BR%%BR%mkdir -p $(dirname $HOME)/home_page/html-data%BR%%BR%touch $(dirname $HOME)/home_page/html-data/index.html%BR%%BR%chmod -v o+x $(dirname $HOME)%BR%%BR%chmod -v o+x $(dirname $HOME)/home_page%BR%%BR%chmod o+x $(dirname $HOME)/home_page/html-data%BR%%BR%chmod o+r $(dirname $HOME)/home_page/index.html{{/code}}39 +{{code}}ssh <loginname>@lxhalle.in.tum.de | mkdir -p $(dirname $HOME)/home_page/html-data | touch $(dirname $HOME)/home_page/html-data/index.html | chmod -v o+x $(dirname $HOME) | chmod -v o+x $(dirname $HOME)/home_page | chmod o+x $(dirname $HOME)/home_page/html-data | chmod o+r $(dirname $HOME)/home_page/index.html{{/code}} 37 37 {{/html}} 38 38 39 39 40 40 41 -They ensure the generation of an empty \"index.html\" file and the correct setting of the access rights.44 +They ensure the generation of an empty "index.html" file and the correct setting of the access rights. 42 42 43 43 == 3. Generating HTML code == 44 44 ... ... @@ -52,23 +52,20 @@ 52 52 53 53 54 54 {{html wiki="true"}} 55 -{{code}}<!DOCTYPE html> %BR%<html>%BR%%BR%<head>%BR%<title>Testpage</title>%BR%</head>%BR%%BR%<body bgcolor =#22ff00>%BR%%BR%<h1>Mykoooonos</h1>%BR%<p>So koennte ihre Webseite ausschauen.</p>%BR%%BR%</body>%BR%</html> {{/code}}58 +{{code}}<!DOCTYPE html><html><head><title>Testpage</title></head><body bgcolor =#22ff00><h1>Mykoooonos</h1><p>So koennte ihre Webseite ausschauen.</p></body></html> {{/code}} 56 56 {{/html}} 57 57 58 58 59 59 60 -After edit ting the file, the website can be accessed by calling http://home.in.tum.de/~//accountName///.63 +After editing the file, the website can be accessed by calling http://home.in.tum.de/~//accountName///. 61 61 62 62 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"]]66 +[[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"]] 64 64 65 65 == 4. Apache Error Logfile == 66 66 67 67 It's possible to inspect the error log of the Apache server, which may turn out to be quite useful during troubleshooting: 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 + 72 +* The file is saved on the computer ##home.in.tum.de## which can be accessed via ##ssh## {{{ssh <Ihr_Login>@home.in.tum.de}}} 71 71 * The file path is ##/var/apache2/logs/error_log## 72 -* Enter the following command to read: {{{ 73 -less /var/apache2/logs/error_log 74 -}}} 74 +* Enter the following command to read: {{{less /var/apache2/logs/error_log}}}