GithubHelp home page GithubHelp logo

willcode2surf / ourumbraco Goto Github PK

View Code? Open in Web Editor NEW

This project forked from umbraco/ourumbraco

0.0 2.0 0.0 61.13 MB

JavaScript 58.08% HTML 17.05% CSS 5.81% ASP 3.75% C# 11.59% Batchfile 0.05% XSLT 3.66%

ourumbraco's Introduction

Our Umbraco

Complete source of the umbraco community site, our.umbraco.org.

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, 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 ~/build/RunGulp.bat if you're actively working (gulp will monitor changes, build and copy). 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 -g install gulp -g
gulp

Database restore

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

Restore the database to SQL Server 2012 SP2 (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.

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.

Syncing your fork with the original repository

To sync your fork with this original one, you'll have to add the upstream url once:

git remote add upstream git://github.com/umbraco/OurUmbraco.git

And then each time you want to get the changes:

git fetch upstream
git rebase upstream/master

Yes, this is a scary command line operation, don't you love it?! :-D

(More info on how this works: http://robots.thoughtbot.com/post/5133345960/keeping-a-git-fork-updated)

Issues

If you're creating a pull request, make sure that it's backed by an issue on the tracker: http://issues.umbraco.org/issues?q=project%3A+our.umbraco.org

Mention the issue number in your pull request so we can merge it in more easily.

Even if you're not planning on sending a pull request, you can always create an issue on the tracker if it doesn't exist yet, it helps other find ways to contribute.

ourumbraco's People

Contributors

aaen avatar abjerner avatar bjarnef avatar bootnumlock avatar dampee avatar dconlisk avatar emmagarland avatar greystate avatar hartvig avatar hemraker avatar ismailmayat avatar jamiepollock avatar jannikanker avatar jeavon avatar jeffreyperplex avatar jimbobsquarepants avatar leekelleher avatar lukasschuhmacher avatar naepalm avatar nul800sebastiaan avatar paulsterling avatar prjseal avatar readingdancer avatar shazwazza avatar simonbusborg avatar sniffdk avatar stvnhrlnd avatar tcmorris avatar warrenbuckley avatar weegy avatar

Watchers

 avatar  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.