Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2016-08-24 15:17:28
Size: 913
Editor: davidsch
Comment:
Revision 9 as of 2020-09-02 12:00:25
Size: 499
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Hinweise zum Projekt-Home =

Gibt es einen Bedarf, für das Projekt eine Projektwebseite zu erstellen und unter /home/PROJEKTNAME/public_html abzulegen,
so muss für die Darstellung der Webseite auf 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
}}}
#rev 2020-09-02 davidsch
Line 14: Line 5:
If there is a need to create and store a website belonging to your project, it is necessary to enable the x-bit on the project home
/home/PROJECTNAME, in order to allow to access to the website under people.ee.ethz.ch/PROJECTNAME. This may be accomplished
using the following command, when logged in as the project user:
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 19: Line 8:
  projectuser@host:~ $ chmod o+x /home/PROJECTNAME 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

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