Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

[UNRELEASED] Umbraco Cloud Community Toolkit

License

Notifications You must be signed in to change notification settings

leekelleher/umbraco-cloud-toolkit

Repository files navigation

Umbraco Cloud Community Toolkit

No Maintenance Intended

The Umbraco Cloud Toolkit is comprised of the following features...

Razor helper extension methods:
  • @Umbraco.IsDevelopment()
  • @Umbraco.IsStaging()
  • @Umbraco.IsLive()
Developer section: Umbraco Cloud Dashboard
  • Node Id -> Guid lookup
  • Node Guid -> Id lookup
  • Courier - Force Deploy
  • Courier - Force XML Rebuild
C# Helper methods
  • EnvironmentHelper.GetUmbracoEnvironment() returning "local", "development", "staging", "live" (or "elsewhere" if unknown).
Command-line utility

A command-line utility to set-up a local git repository for an Umbraco Cloud project.

The application will clone the Development environment, then add remote repository references for the Staging and Live environments.


Getting Started

Installation

Note: Umbraco Cloud Toolkit for Umbraco has been developed against Umbraco v7.2.8 and will support that version and above.

Umbraco Cloud Toolkit can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code:

Our Umbraco package repository

To install from Our Umbraco, please download the package from:

https://our.umbraco.org/projects/backoffice-extensions/umbraco-cloud-toolkit

NuGet package repository

To install from NuGet, you can run the following command from within Visual Studio:

PM> Install-Package Our.Umbraco.Cloud.Toolkit

We also have a MyGet package repository - for bleeding-edge / development releases.

Manual build

If you prefer, you can compile the project yourself, you'll need:

  • Visual Studio 2012 (or above)

To clone it locally click the "Clone in Windows" button above or run the following git commands.

git clone https://github.com/leekelleher/umbraco-cloud-toolkit.git umbraco-cloud-toolkit
cd umbraco-cloud-toolkit
.\build.cmd

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

Contact

Have a question?

Dev Team

License

Copyright © 2016 Our Umbraco and other contributors

Copyright © 2014 Lee Kelleher, Umbrella Inc

Licensed under the MIT License

Credits

The package logo adapts the following icons from the Noun Project, licensed under CC BY 3.0 US:

About

[UNRELEASED] Umbraco Cloud Community Toolkit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published