How do I set up my own website on the Network of the Mathematical Institute?
To establish your own website on the network of the Mathematical Institute:
- in the home directory, set up a directory public_html,
- file named index.html or index.htm or index.php or index.xhtml.
- ensure that access rights to the home directory, public_html and all content provided by the web allow everyone to read:
drwxr-xr-x 9 gosia works 4096 2010-03-31 11:34 public_html
The page you created is available at:
http://www.math.uni.wroc.pl/~login
where login is the user name on the IM network.
Useful commands under Linux:
-
cd ~
-
mkdir public_html
-
chmod ou+rx public_html
We recommend the HTML course