Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.16 KB

README.md

File metadata and controls

48 lines (29 loc) · 2.16 KB

What are SignalR Sitecore Tools?

Sitecore provides a set of very useful tools in \Website\sitecore\admin folder. This project upgrades a set of these tools by providing live updates using SignalR technology and a more friendly modern user interface.

Sitecore SignalR Tools

The following tools are included in the package:

  • cache.html - a cache.aspx and a Cache Tuner Module combined in one.
  • jobs.html - SignalR implementation of jobs.aspx displaying a list of currently running and finished jobs

All SignalR tools provide live updates every second eliminating the need for clicking the refresh button to see updates. The SignalR tools, just like their original implementations, require administrator-level access.

As the project grows, more tools will be added.

How to Deploy Sitecore SignalR Tools?

Publish the project directly into the \Website folder and copy the SitecoreSignalRTools.config into \Website\App_Config\Include.

How to Access Sitecore SignalR Tools

All tools get published into \Website\sitecore\admin folder and can be accessed by navigating to -

  • /sitecore/admin/cache.html
  • /sitecore/admin/jobs.html

Contributing

If you would like to contribute to this repository, please send a pull request.

License

The project has been developed under the MIT license.

Related Sitecore Projects

Copyright 2015 Vasiliy Fomichev