Differences between revisions 6 and 7
Revision 6 as of 2020-09-02 11:59:21
Size: 459
Editor: davidsch
Comment:
Revision 7 as of 2020-09-02 11:59:43
Size: 465
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
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: 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:

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)