Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tizer 170 posts 201 karma points
    Mar 17, 2011 @ 07:54
    Tizer
    0

    How to install using source files?

    The Web App Installer has broken on my host and I need to install umbraco.

    So first I did these steps:

    1. created a new website
    2. deleted the existing web.config and default.aspx file
    3. Uploaded the umbraco.zip and unzipped it
    4. moved the files into the root
    5. Navigated to domain.com/install/default.aspx

    And I get a 500 internal error :(

    It sounded correct, but obviously I am doing something wrong?

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Mar 17, 2011 @ 08:11
    Jan Skovgaard
    0

    Hi Tizer

    Are you trying to do a local install? If so make sure that the domain you have setup for your site, for instance demo.local is created in your hosts file.

    Make sure you have given the proper permissions for network service and iusr on the root folder containing the umbraco files and folders. (Make sure they are inherited properly all the way down).

    Make sure the app pool is running integrated mode and the identity is network service in IIS.

    You will also need to prepare the database if you have not already done so.

    If you're using mssql express you need to log in to the database server using SQL server management studio express and create a new database for your installation. When the database has been created you need to create a new database user, which should be mapped to the database created. Make sure that the database user has all rights except those two called something with "deny".

    Now you should be able to run the installation with succes.

    /Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Mar 19, 2011 @ 07:58
    Jan Skovgaard
    0

    Hi Tizer

    Did you manage to get this to work?

    /Jan

  • Tizer 170 posts 201 karma points
    Mar 21, 2011 @ 05:46
    Tizer
    0

    Hey Jan - thanks for the reply :)

    I am installing this on a remote server... I haven't got it working yet - but I think it is more server related as the server admins are also having problems :)

     

Please Sign in or register to post replies

Write your reply to:

Draft