-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating database #3
Comments
Step 1: Create the database seed data.Use Visual Studio Code to run the "Transformer" code, which will use the local copy to generate Notes:
|
Step 2: Create the database itself.While this setup is quite raw - (lots of manual interventions), it works 😄 Assume that the database already exists, so this description handles any step after the first. Thus the reason for creating the database would be the change in the initial Carmel models content. Step 2.1Delete the database CarmelDb: Note that this action takes place locally, using Visual Studio 2015 Update 3, leaving the task of uploading the database to (Azure) host to a separate process. In order to avoid issues with Database Migrations, I decided to always create the whole database from scratch. Step 2.2Edit the "Transformer" Javascript app to accommodate for the Carmel models changes. This is easiest done by opening the local copy of the node folder with Visual Studio Code. Step 2.3After verifying the correct generation of the generated C# code, run the command Step 2.4Insert the content of this local code file into local copy of the DbInitializer.cs file replacing this section. |
Note
This application should be compiled and executed using Visual Studio 2017 (I used the RC version) regardless of the established fact that it behaves the same when using Visual Studio 2015. Its other half (Carmel) cannot be built with Visual Studio 2015.
Introduction
This document explains the (quite convoluted, initially) process that uses the file
https://aurelia-ui-toolkits.github.io/aurelia-kendoui-samples/samples.json
as the definition of the collection of samples presented by the Aurelia KendoUI Bridge's Catalog application.The text was updated successfully, but these errors were encountered: