All Projects → Kentico → training-kentico-k12

Kentico / training-kentico-k12

Licence: MIT license
Kentico CMS/EMS MVC training website

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
ASP.NET
160 projects
Less
1899 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to training-kentico-k12

Home
Welcome to the world of Kentico open source software. This is the home repository where you can get up to speed in minutes. Before you start use any of our software or contribute, read this short guide to save you some time and trouble.
Stars: ✭ 27 (+12.5%)
Mutual labels:  kentico, kentico-ems, kentico-xperience
KInspector
KInspector is an application for analyzing health, performance and security of your Kentico solution.
Stars: ✭ 54 (+125%)
Mutual labels:  kentico, kentico-ems
ems-gitignore
This gitignore file is designed to help you ignore/include all the right files in your Git repository for Kentico projects.
Stars: ✭ 13 (-45.83%)
Mutual labels:  kentico, kentico-ems
nntrainer
NNtrainer is Software Framework for Training Neural Network Models on Devices.
Stars: ✭ 92 (+283.33%)
Mutual labels:  training
carte-uso
Cartea "Utilizarea sistemelor de operare"
Stars: ✭ 18 (-25%)
Mutual labels:  training
angular
Repository for my tutorial course: Learning AngularJS on LinkedIn Learning and Lynda.com. http://raybo.org/angular
Stars: ✭ 79 (+229.17%)
Mutual labels:  training
stelligent-u
Templates and code for Stelligent U lessons
Stars: ✭ 92 (+283.33%)
Mutual labels:  training
kedro-training
Find documentation and a template project for delivering Kedro training.
Stars: ✭ 26 (+8.33%)
Mutual labels:  training
KataContactsKotlin
KataContacts written in Kotlin. The main goal is to practice Clean Architecture Development
Stars: ✭ 47 (+95.83%)
Mutual labels:  training
neutronics-workshop
A workshop covering a range of fusion relevant analysis and simulations with OpenMC, DAGMC, Paramak and other open source fusion neutronics tools
Stars: ✭ 29 (+20.83%)
Mutual labels:  training
gitworkshop
Git Workshop covering git essentials & advanced topics
Stars: ✭ 15 (-37.5%)
Mutual labels:  training
admin-training
Galaxy Admin Training
Stars: ✭ 55 (+129.17%)
Mutual labels:  training
r intro bc stats
An Introduction to R and RStudio with the tidyverse delivered at BC Stats
Stars: ✭ 31 (+29.17%)
Mutual labels:  training
npmtooling
This is the repository for my course, Tooling with NPM Scripts on LinkedIn Learning and Lynda.com.
Stars: ✭ 13 (-45.83%)
Mutual labels:  training
workshopctl
A tool to run workshops with
Stars: ✭ 38 (+58.33%)
Mutual labels:  training
formations
Supports de cours des formations OpenStack et conteneurs de la société alter way
Stars: ✭ 43 (+79.17%)
Mutual labels:  training
permission control system
This is an SDK which helps you to specify which user group (role) members have access to which actions in controllers.
Stars: ✭ 34 (+41.67%)
Mutual labels:  mvc5
kaldi ag training
Docker image and scripts for training finetuned or completely personal Kaldi speech models. Particularly for use with kaldi-active-grammar.
Stars: ✭ 14 (-41.67%)
Mutual labels:  training
gruntworkflows
Repository for my tutorial course: Grunt.js Web Workflows on LinkedIn Learning and Lynda.com.
Stars: ✭ 28 (+16.67%)
Mutual labels:  training
ansible-traininglab
Dockerized Ansible Training Lab
Stars: ✭ 16 (-33.33%)
Mutual labels:  training

Kentico CMS/EMS MVC training website

This is an ASP.NET MVC 5 sample project built for the purpose of our Kentico MVC for Developers training.

It is a website of a fictional medical institution named Medio Clinic. See Kentico Xperience sample sites for a detailed description of this and other Xperience sample sites.

How to run the project

To make the project work, follow these steps:

  1. Make sure your computer meets the system requirements outlined in the documentation.
  2. Clone the repo (git clone https://github.com/Kentico/training-kentico-k12).
  3. Extract either a database backup file out of /Db/MedioClinic.zip or, a database build script out of /Db/MedioClinicSqlScript.zip (if you happen to have an older version of SQL Server).
  4. Start your SQL Server management studio and restore either the extracted MedioClinic.bak file or the MedioClinic.sql file.
  5. Register both the administration interface and the Medio Clinic website in IIS.
    • If you register the administration interface as an application that sits under Default Web Site and has a Kentico12_Admin alias, then you won't have to do any adjustments in Visual Studio.
    • The same applies to the Medio Clinic project: If you register it under Default Web Site as Kentico12_MedioClinic, then you should be ready to compile and run.
  6. Open Visual Studio with elevated credentials, open the WebApp.sln solution and build it (Ctrl+Shift+B).
  7. Open the web.config file and adjust the connection string to your SQL Server instance (if your database instance runs on a different machine).
  8. Close the solution.
  9. Open the MedioClinic.sln solution.
    • If you haven't opened Visual Studio with elevated credentials, then you may encounter an error message saying Visual Studio doesn't have access to your local IIS.
    • If you haven't registed the project under Default Web Site as Kentico12_Admin, then you might want to adjust debugging settings through the following steps:
      • Go to the solution explorer
      • Right-click the MedioClinic project
      • Go to the Web tab
      • Under the Servers section > Project Url, set the correct URL according to your IIS configuration.
  10. Build the solution.
  11. Open the /Config/ConnectionStrings.config file to eventually adjust the connection string (in the same way as you did with the administration interface project).

Troubleshooting

If you encounter a problem while going through the course, please let us know either through the course survey or by filing an issue here in GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].