Differences between revisions 4 and 5
Revision 4 as of 2016-08-24 15:19:45
Size: 971
Editor: davidsch
Comment:
Revision 5 as of 2016-08-25 07:07:20
Size: 979
Editor: bonaccos
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Gibt es einen Bedarf, für Ihr Projekt eine Projektwebseite zu erstellen und unter /home/PROJEKTNAME/public_html abzulegen, Gibt es einen Bedarf, für Ihr Projekt eine Projektwebseite zu erstellen und unter `/home/PROJEKTNAME/public_html` abzulegen,
Line 5: Line 5:
/home/PROJEKTNAME gesetzt werden (Zugriff durch Webserver erlauben). Dies kann mit folgendem Befehl unter dem Projekt- `/home/PROJEKTNAME` gesetzt werden (Zugriff durch Webserver erlauben). Dies kann mit folgendem Befehl unter dem Projekt-
Line 14: Line 14:
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
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

Hinweise zum Projekt-Home

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:

  projektuser@host:~ $ chmod o+x /home/PROJEKTNAME

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

Projecthomes (last edited 2020-09-02 12:00:25 by davidsch)