Differences between revisions 8 and 9
Revision 8 as of 2020-09-02 11:59:55
Size: 471
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:
#rev 2020-09-02 davidsch

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)