Size: 979
Comment:
|
Size: 465
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Hinweise zum Projekt-Home = | = Project home notes = |
Line 3: | Line 3: |
Gibt es einen Bedarf, für Ihr Projekt eine Projektwebseite zu erstellen und unter `/home/PROJEKTNAME/public_html` abzulegen, so muss für die Darstellung der Webseite auf http(s)://people.ee.ethz.ch/~PROJECTNAME erst das executable ("x")-Bit auf dem Projekthome `/home/PROJEKTNAME` gesetzt werden (Zugriff durch Webserver erlauben). Dies kann mit folgendem Befehl unter dem Projekt- User durchgeführt werden: |
If there is a need to create and store a '''website belonging to your project''' under `/home/PROJECTNAME/public_html`, it is necessary to enable the x-bit on the project home `/home/PROJECTNAME`, in order to allow to access to the website under https://people.ee.ethz.ch/~PROJECTNAME. This may be accomplished using the following command, when logged in as the project user: |
Line 9: | Line 6: |
projektuser@host:~ $ chmod o+x /home/PROJEKTNAME | projectuser@host:~ $ chmod o+x /home/PROJECTNAME |
Line 11: | Line 8: |
= Project home notes = If there is a need to create and store a website belonging to your project under `/home/PROJECTNAME/public_html`, it is necessary to enable the x-bit on the project home `/home/PROJECTNAME`, in order to allow to access to the website under http(s)://people.ee.ethz.ch/~PROJECTNAME. This may be accomplished using the following command, when logged in as the project user: {{{ projectuser@host:~ $ chmod o+x /home/PROJECTNAME }}} |
Project home notes
If there is a need to create and store a website belonging to your project under /home/PROJECTNAME/public_html, it is necessary to enable the x-bit on the project home /home/PROJECTNAME, in order to allow to access to the website under https://people.ee.ethz.ch/~PROJECTNAME. This may be accomplished using the following command, when logged in as the project user:
projectuser@host:~ $ chmod o+x /home/PROJECTNAME