Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 534
Configuring Umbraco On Windows Screenshots | Configure Install Setup Web CMS Configuration

Configuring Umbraco On Windows Screenshots

warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/common.inc on line 141.

How to configure umbraco on your local machine windows

You will need to edit the web.config file to specify the location and connection string information for your database.

1. Using My Computer or the Windows Explorer, navigate to the folder containing the umbraco web site files.
Note: C:\Inetpub\wwwroot, according to these instructions.
2. Double-click the Web.config file.

WindowsLiveWriter_Configureumbraco3.0_D135_Umbraco-Config-1

3. If prompted, select the radio button next to “Select a program from a list of installed programs”, click OK, click Notepad, place a check mark in the box next to “Always use the selected program to open this kind of file”, and click OK.
4. Near the bottom of the file, find the following line:
<add key=”umbracoDbDSN” value=”Server=127.0.0.1;Database=YOUR_DATABASE;
User ID=YOUR_USER;Password=YOUR_PASSWORD;Trusted_Connection=False”/>

WindowsLiveWriter_Configureumbraco3.0_D135_Umbraco-Config-2

5.Modify the following umbracoDbDSN items to match your database configuration.
Note: according to these instructions, the values would be:
Server=127.0.0.1
Database=umbracoCMS
User ID=umbracoUser
Password=denmark
Trusted_Connection=False

WindowsLiveWriter_Configureumbraco3.0_D135_Umbraco-Config-3

6. Save the Web.config file.

Set up umbraco from a web browser

1. Using a web browser, navigate tohttp://localhost orhttp://localhost/install.

WindowsLiveWriter_Configureumbraco3.0_D135_Umbraco-Config-4

2. Click Next.

WindowsLiveWriter_Configureumbraco3.0_D135_Umbraco-Config-5

3. Click Install.
4. Click Next.
5. Click Next.
Note: If there are any permission problems, return to Set File Permissions, above.
6. Enter a password for the umbraco user interface, and click Change Password.
7. Click Next.
8. Click Next.

WindowsLiveWriter_Configureumbraco3.0_D135_Umbraco-Config-6

Finalize umbraco configuration

1. Finally, delete the \install folder
Note: C:\Inetpub\wwwroot\install, according to these instructions.

Next lesson will be creatingumbraco website.


Custom Search