Both sides previous revisionPrevious revisionNext revision | Previous revision |
computing:web:web_publishing:groupsites [2011/07/13 18:04] – allan | computing:web:web_publishing:groupsites [2012/12/11 17:44] (current) – allan |
---|
| <box 30% right right-clear red|More Web Publishing Information> |
| {{indexmenu>:computing:web:web_publishing#1}} |
| </box> |
====== Research Group or project web sites ====== | ====== Research Group or project web sites ====== |
| |
===== Wiki sites ===== | ===== Wiki sites ===== |
| |
Wiki pages can be created for group purposes under the URL ''http://zzz.physics.umn.edu/groups''. These pages can be edited directly within your web browser using standard [[http://dokuwiki.org|DokuWiki]] formatting. You can also upload images or other media, and we also support some extra features such as basic LaTeX formatting. However you cannot change the template used by the site, so its basic appearance is fixed (however since the university and college "require" use of their defined headers and footers on university-hosted sites, this is a moot point). | Wiki pages can be created for group purposes under the URL ''http://zzz.physics.umn.edu/groups''. These pages can be edited directly within your web browser using standard [[http://dokuwiki.org|DokuWiki]] formatting. You can also upload images or other media, and we also support some extra plugins such as basic LaTeX formatting or database queries. You cannot change the template used by the site, so its basic appearance is fixed, but since the university and college "require" use of their defined headers and footers on university-hosted sites, this is perhaps best left alone. |
| |
Once we've set up the group area for you, you as the "group manager" can control who is allowed to edit it from within MyPhys. | Once we've set up the group area for you, you as the "group manager" can control who is allowed to edit it from within your MyPhys page. |
| |
===== Standard sites ===== | ===== Standard group sites ===== |
| |
Group websites are generally set up on the server ''groups.physics.umn.edu''. | Group websites are generally set up on the server ''groups.physics.umn.edu''. |
The content for the site would be stored in the ''public_html'' subdirectory in the service account home, eg ''/home/webgroups/lemming/public_html'' | The content for the site would be stored in the ''public_html'' subdirectory in the service account home, eg ''/home/webgroups/lemming/public_html'' |
| |
As such sites usually need to be maintained by more than one person, we will set up a "service account" for the site (eg "lemmingweb"). The account can't be accessed directly as it won't have a password, rather you would log in to your regular personal linux account, and access the service account using the ''sudo'' command. You need to let us know the list of usernames which should be allowed to access the account. | As such sites often need to be edited by more than one person, we generally set up a "service account" for the site (eg "lemmingweb"). The account can't be accessed directly, rather you would log in to your regular personal linux account, and then access the service account using the ''sudo'' command (eg "''sudo -u lemmingweb bash''" to obtain a shell). You need to let us know the list of usernames which should be allowed to access the account for site editing. |
| |
Using a service account like this (rather than simple unix group permissions) is necessary so that dynamic content (eg, PHP code) can work correctly. | Using a service account like this (rather than simple unix group permissions) is necessary so that dynamic content (eg, PHP code) can work correctly. |
==== Dynamic content ==== | ==== Dynamic content ==== |
| |
We support PHP content on the standard and named sites. Named sites also support standard CGI. | We can support PHP content on both the standard and named sites. It's not enabled by default - please contact us if you need it. Named sites also support regular CGI. |
| |
==== SSL support ==== | ==== SSL support ==== |