CS:Website

From Wiki

Jump to: navigation, search

Using the ISU resources, you can create your own web page. PHP, Ruby on Rails, Django, mysql, postresql, and apache are all tools available to help you in your work. This short tutorial will hopefully get you started with the basics on progeny.

Getting Started

In apache2.conf, Userdir is set to public_html. So to create your website you can do the following in a shell.

$cd
$mkdir public_html
$cd public_html
$vim index.html
[type content for your first page here]

Now your website will be viewable at http://progeny.isu.edu/~username


Going Further

There are so many ways you can go from here.

If you need a database backend you may want to start by reading the database part of the wiki. One option is to install a Content Management System.

Personal tools