How to make/maintain a webpage at the UofA
Before this information disappears..
Logging in:
ssh yourccid@gpu.srv.ualberta.ca
Setting up a websiteAfter logged in, make public_html and make it accessible to the web server:
mkdir public_html fs setacl . webservers l fs setacl public_html webservers rl Then, put index.html into public_html, or whatever.. |