<% @title = "Instiki Setup"; @content_width = 500 %>

Congratulations on succesfully installing and starting Instiki. Since this is the first time Instiki has been run on this port, you'll need to do a brief one-time setup.

<%= form_tag({ :controller => 'admin', :action => 'create_system' }, { 'id' => 'setup', 'method' => 'post', 'onSubmit' => 'return validateSetup()', 'accept-charset' => 'utf-8' }) %>
  1. Name and address for your first web

    The name of the web is included in the title on all pages. The address is the base path that all pages within the web live beneath. Ex: the address "rails" gives URLs like /rails/show/HomePage. The address can only consist of letters and digits.
    Name:    Address:
  2. Password for creating and changing webs

    Administrative access allows you to make new webs and change existing ones.
    Everyone with this password will be able to do this, so pick it carefully!
    Password:    Verify:

<%= end_form_tag %>