Campuses:
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:web:web_publishing:personal [2008/05/02 15:43] – external edit 127.0.0.1 | computing:web:web_publishing:personal [2013/09/11 10:48] (current) – allan | ||
---|---|---|---|
Line 1: | Line 1: | ||
<box 30% right right-clear red|More Web Publishing Information> | <box 30% right right-clear red|More Web Publishing Information> | ||
- | {{indexmenu>: | + | {{indexmenu>: |
</ | </ | ||
- | <box 30% right right-clear red|More Account Information> | ||
- | {{indexmenu>: | ||
- | </ | ||
- | ====== Group & Personal Web Pages ====== | ||
- | ===== Personal | + | ====== Personal |
- | The [[:people]] is an area for physics computing users where you can create you own wiki pages. | + | There are two main options |
- | ===== Personal Pages ===== | + | ===== option 1: personal Wiki Pages ===== |
+ | |||
+ | A Wiki is a web based content management system where simple text-base syntax is used to form titles, links, formatting, etc. Wiki markup is easier to learn and manage than HTML. You edit your page(s) right in your web browser. | ||
+ | ==== Personal | ||
+ | The [[:people]] is an area for physics computing users where you can create your personal wiki page(s). | ||
+ | |||
+ | ===== option 2: personal HTML Pages ===== | ||
+ | |||
+ | public_html is a special directory you create in your physics & astronomy home directory. Then you write regular HTML files and place them inside. This is the most basic and traditional way to create a website. We also support php and cgi so you can create interactive web applications and forms. | ||
+ | |||
+ | ==== public_html setup ==== | ||
You need to store your web pages in a directory named public_html in your Physics home directory. | You need to store your web pages in a directory named public_html in your Physics home directory. | ||
- | * Log into your physics.umn.edu account | + | * Log into your physics.umn.edu account |
mkdir -m 711 public_html | mkdir -m 711 public_html | ||
Line 35: | Line 41: | ||
- | |||
- | ===== Research Group web pages ===== | ||
- | We can set up special areas for research groups or other projects such as conferences, | ||
- | |||
- | Permissions for such areas are set up via group membership. Make sure all directories and files in the area are group-writable, | ||
- | |||
- | chgrp yourgroup filename | ||
- | chmod g+w filename | ||
- | chmod a+rX filename | ||