Umbraco Installation (Mac)

0 votes
243 views
added Oct 1, 2019 in Software & tools by anonymous
  1. Required a VM
  2. Download umbraco at https://our.umbraco.org/download
  3. Extract it to wwwroot e.g inetpub/wwwroot/YourUmbracoSite
  4. Run IIS
  5. Sites > Add website >
    • ​​
  6. Add physical path of your website
  7. Make sure your umbraco’s web files ready
  8. Edit permissions of site : Sites > right click > edit permissions..  > security > IIS_IUSRS > tick full control > Apply
  9. Browse the site
  10. It’ll shows error page
  11. Open hosts file and run with Administrator : C:\Windows\System32\drivers\etc\hosts
  12. add 127.0.0.1 umbracotest.local and save
  13. [Optional] Add application – Default website > add application > same host name
  14. [Optional, if you use SQL server] Create database – Run microsoft SQL server Management studio > databases > right click and add new database > database name > ok
  15. Go to umbracotest.local:82
  16. [optional, if you not update the hosts file ]Go to browser and go to http://localhost/YourUmbracoSite
  17. It’ll show you to install Umbraco
  18. The installation kick off
  19. Hits the umbracotest.local:82 and your site is ready!
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...