Git Product home page Git Product logo

ourumbraco's Introduction

Our Umbraco

Complete source of the Umbraco community site, our.umbraco.com.

Build in Visual Studio

Make sure to allow NuGet Package Restore in VS (Tools > Options > Package Manager). The first buid of the project will take quite a while, please be patient, it will finish at some point. Upon build a web.config file will be copied into the OurUmbraco.Site project which you can use in the following step.

If you're working on the frontend (the js/css/etc parts in ~/OurUmbraco.Client) then you can either run ~/build/BuildClientFiles.bat to build them and have them copied into the site. Or if you have npm/gulp installed on your machine you can run the usual commands in the ~/OurUmbraco.Client folder:

npm install
npm install gulp -g
gulp

Database Restore

Download the SQL Server Database from: https://umbracoreleases.blob.core.windows.net/ourumbraco/OurDev20190430.zip.

Restore the database to SQL Server 2016 SP1 (won't work on earlier version) and update the connection strings (umbracoDbDSN) in OurUmbraco.Site/web.config.

Logging in

All users and members use the same password: Not_A_Real_Password

To log in, try root / Not_A_Real_Password for the backoffice and [email protected] / Not_A_Real_Password for the frontend.

You will need to set requireSSL in the Web.Config to false to login to the frontend.

<authentication mode="Forms">
    <forms requireSSL="false" name="yourAuthCookie" loginUrl="login.aspx" protection="All" path="/" slidingExpiration="true" timeout="525600" />
</authentication>

Projects Area

If the projects area seems empty then that's because you need to rebuild the Examine indexes for it through the Developer section of Umbraco.

Documentation Area

If the documentation area seems empty then that's because you need to download the documentation, look for the documentationIndexer in the Examine dashboard in the Developer section of Umbraco and Rebuild the index. This will automatically download the latest documentation from GitHub.

Contributing

Please read our Contributing Guidelines to learn how you can get involved and help with the Umbraco community site.

ourumbraco's People

Contributors

nul800sebastiaan avatar shazwazza avatar hemraker avatar abjerner avatar simonbusborg avatar hartvig avatar greystate avatar emmagarland avatar leekelleher avatar jmayntzhusen avatar hartviglarsen avatar sofietoft avatar sniffdk avatar weegy avatar jeavon avatar dampee avatar aaen avatar jamiepollock avatar readingdancer avatar warrenbuckley avatar villian avatar jeffreyperplex avatar ed-parry avatar madsrasmussen avatar poornimanayar avatar stvnhrlnd avatar bjarnef avatar owainwilliams avatar dawoe avatar dbeezt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.