Umbraco Setup Issues

 

Here are the specific steps to get Umbraco running on the Yart server:

1. Create a website and sql server database as per the server guidelines document.

2. Upload all files in a folder called "build" under wwwroot

3. Create a database with SQL Publishing Wizard.

Change the web.config file AppSettings:

<appSettings>
    <add key="umbracoDbDSN" value="server=174.36.111.216,2433;database=databasename;user id=databaseid;password=password">

4. In web.config, add the following:

<system.net>
  <mailSettings>
    <smtp>
      <network host="mail.sv7076.si-servers.com">
    <smtp>
  <mailSettings>
<system.net>

5. In umbracoSettings.config add the following:

<notifications>
 <email>[email protected]<email>
<notifications>

[email protected] would usually be the domain name of the site:

[email protected]

6. Make the administrator name "admin". Make the administrator email your email.

7. Generate the password from http://passwordsgenerator.net/ or have a look at this technique to generate passwords by Cloudwards.

Add to HostingDetails.txt

8. Create an editor in Umbraco with access to Content and Media. Generate the password from http://passwordsgenerator.net/
Add to HostingDetails.txt

 

Share