|
1 | 1 | --- |
2 | 2 | title: Overview |
3 | 3 | page_title: Download and Installation Overview |
4 | | -description: "Get started with Telerik UI for ASP.NET Core and learn how to download the library and initialize its Html and tag helpers." |
| 4 | +description: "Get started with Telerik UI for ASP.NET Core and learn about the available installation approaches." |
5 | 5 | slug: downloadinstall_aspnetcore |
6 | 6 | position: 1 |
7 | 7 | permalink: /getting-started/installation/overview-download |
8 | 8 | --- |
9 | 9 |
|
10 | 10 | # Download and Installation Overview |
| 11 | +This article lists the different approaches for installing Progress® Telerik® UI for ASP.NET Core. |
11 | 12 |
|
12 | | -To set up and install Telerik UI for ASP.NET Core, you first need to add the prerequisites. |
| 13 | +## Meeting the Requirements |
13 | 14 |
|
14 | | -## Prerequisites |
| 15 | +Follow the instructions from the [official .NET Core documentation site](https://docs.microsoft.com/en-us/dotnet/core/windows-prerequisites). |
15 | 16 |
|
16 | | -Telerik UI for ASP.NET Core requires .NET Core. |
| 17 | +## Download and Installation |
17 | 18 |
|
18 | | -The offline sample application requires: |
| 19 | +To download and install Telerik UI for ASP.NET Core, you can use either of the following approaches: |
19 | 20 |
|
20 | | -* [.NET Core](https://www.microsoft.com/net/learn/get-started) |
21 | | -* [Visual Studio](https://www.visualstudio.com/downloads/) with a whole `.NET Core cross-platform development` workload installed |
22 | | - |
23 | | -## Download |
24 | | - |
25 | | -To download Telerik UI for ASP.NET Core: |
26 | | - |
27 | | -1. Log in to your [Telerik account](https://www.telerik.com/login/). |
28 | | -1. Click **Downloads** in the top navigation. |
29 | | -1. Click **Progress<sup>®</sup> Telerik<sup>®</sup> UI for ASP.NET Core**. |
30 | | -1. In the **Installation** section select to download the Telerik online installer (`exe` file), the `MSI` installer file directly. |
31 | | - |
32 | | -The Telerik UI for ASP.NET Core suite can be included in a project via NuGet without locally installing the suite on the machine. Further information on how to configure such application could be found in the [Getting Started article]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}#configuration-Add). |
33 | | - |
34 | | -## Installation |
35 | | - |
36 | | -Run the Telerik UI for ASP.NET Core installer. The automatic setup will guide you through the rest of the installation. The setup installs Telerik UI for ASP.NET Core in `C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core <version>`. |
37 | | - |
38 | | -## Distribution Contents |
39 | | - |
40 | | -Telerik UI for ASP.NET Core contains the following directories: |
41 | | - |
42 | | -* `js`—These are the minified JavaScript files. |
43 | | -* `styles`—The minified CSS files and images used by the themes. |
44 | | -* `src`—The complete JavaScript, CSS, and C# source code. Note that this directory is not available in the trial version. |
45 | | -* `typescript`—The TypeScript definitions for the Kendo combined scripts (`kendo.all`, `kendo.dataviz`, `kendo.web`, and `kendo.mobile`). |
46 | | -* `vsdoc`—The intellisense definitions for the Kendo combined scripts (as the above). |
47 | | -* `VSExtensions`—The extensions for Visual Studio 2017. |
48 | | -* `wrappers\aspnetcore\Binaries\AspNet.Core`—Containing the .nupkg NuGet package file. |
49 | | -* `wrappers\aspnetcore\Examples\AspNet.Core\VS2017`—The ASP.NET Core sample application built with Visual Studio 2017. |
50 | | -* `wrappers\aspnetcore\EditorTemplates\razor`—The ready-to-use editor templates based on the Kendo UI widgets. |
51 | | - |
52 | | -## Sample Application |
53 | | - |
54 | | -Telerik UI for ASP.NET Core comes with a sample .NET Core application, built with Visual Studio 2017, which is an offline version of the [Telerik UI for ASP.NET Core Demos](https://demos.telerik.com/aspnet-core). |
55 | | - |
56 | | -> As of the Kendo UI R2 2018 release, the Visual Studio 2015 version of the sample application is no longer distributed because of its deprecated format and limited tooling support. |
57 | | -
|
58 | | -To run the sample application: |
59 | | - |
60 | | -1. Navigate to the installation directory of Telerik UI for ASP.NET Core. |
61 | | -1. Open the Visual Studio 2017 sample project `wrappers\aspnetcore\Examples\AspNet.Core\VS2017\Kendo.Mvc.Examples\Kendo.Mvc.Examples.csproj`. |
62 | | -1. Press `CTRL+F5` to build and run the application. |
63 | | - |
64 | | -The sample application Visual Studio Project contains the following items: |
65 | | - |
66 | | -* `Views`—The Razor views. |
67 | | -* `Controllers`—The Controller classes. |
68 | | -* `Models`—The Model classes. |
69 | | -* `wwwroot`—The web application root which, in the **App_Data** folder, contains the LocalDB sample database and the other client resources such as libraries, scripts, styles, and others. |
| 21 | +* The [Windows MSI installer package]({% slug msi_install_aspnetmvc6_aspnetmvc %}) comes with a standard setup wizard. The setup wizard installs the Telerik UI for ASP.NET Core server-side packages and the client-side resources. The MSI allows you to chose whether to install the offline version of the [Telerik UI for ASP.NET Core Demos](https://demos.telerik.com/aspnet-core) and the [Telerik UI for ASP.NET Core Visual Studio extensions]({% slug overview_visualstudio_aspnetcore %}). |
| 22 | +* [NuGet]({% slug nuget_install_aspnetmvc6_aspnetmvc %}) allows you install only the packages that you need for your project. The Telerik Nuget feed is available only to commercial license holders. |
| 23 | +* [NPM]({% slug npmpackages_core %}) offers another way to install the needed packages for your project. |
| 24 | +* [Bower]({% slug bowerpackage_core %}) was a popular package manager but starting with ASP.NET Core v2.1 it is no longer supported. |
70 | 25 |
|
71 | 26 | ## Next Steps |
72 | 27 |
|
73 | | -* [Create your own custom bundles]({% slug custombundles_core %}) |
74 | | -* [Check out the jQuery version support]({% slug jquerysupport_core %}) |
75 | | -* [Check out the web browser support]({% slug webbrowsersupport_core %}) |
76 | | -* [Check out the operation system support]({% slug ossupport_core %}) |
77 | | -* [Check out the PDF and Excel export support]({% slug exportsupport_core %}) |
78 | | -* [Explore the helper script dependencies]({% slug script_filesfor_barcodes_widgets %}) |
| 28 | +* [First Steps on Visual Studio for Windows (Online Guide)]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}) |
| 29 | +* [Helper Basics]({% slug fundamentals_core %}) |
| 30 | +* [Helper Methods and Events]({% slug methodevents_core %}) |
| 31 | +* [Visual Studio Support]({% slug visualstudiosupport_core %}) |
| 32 | +* [jQuery Version Support]({% slug jquerysupport_core %}) |
| 33 | +* [Web Browser Support]({% slug webbrowsersupport_core %}) |
| 34 | +* [Operating System Support]({% slug ossupport_core %}) |
| 35 | +* [PDF and Excel Export Support]({% slug exportsupport_core %}) |
79 | 36 |
|
80 | 37 | ## See Also |
81 | 38 |
|
82 | | -* [Including Client-Side Resources]({% slug copyclientresources_aspnetmvc6_aspnetmvc %}) |
83 | | -* [Installing Telerik UI for ASP.NET Core with Bower]({% slug bowerpackage_core %}) |
84 | | -* [Installing Telerik UI for ASP.NET Core by Using the CDN Services]({% slug cdnservices_core %}) |
| 39 | +* [Installing Telerik UI for ASP.NET Core with Windows MSI installer package]({% slug msi_install_aspnetmvc6_aspnetmvc %}) |
| 40 | +* [CDN Services]({% slug cdnservices_core %}) |
85 | 41 | * [Installing Telerik UI for ASP.NET Core with NPM]({% slug npmpackages_core %}) |
86 | 42 | * [Installing Telerik UI for ASP.NET Core with NuGet]({% slug nuget_install_aspnetmvc6_aspnetmvc %}) |
87 | | -* [First Steps on Visual Studio for Windows (Online Guide)]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}) |
88 | 43 | * [First Steps on Visual Studio for Mac (Online Guide)]({% slug gettingstarted_firststeps_vsmac %}) |
89 | 44 | * [First Steps with CLI (Online Guide)]({% slug gettingstartedcli_aspnetmvc6_aspnetmvc %}) |
| 45 | + |
0 commit comments