-
Notifications
You must be signed in to change notification settings - Fork 2
itgigs fire it up in 13 steps
lyuben kikov edited this page Feb 18, 2018
·
2 revisions
Back to Home
- Step 1: Switch to your prefered local machine working directory
- PowerShell command:
cd d://my-cool-projects
- PowerShell command:
- Step 2: Clone the repo
- PowerShell command:
git clone https://github.com/BaiGanio/PU-DB-Apps-with-EF.git
- PowerShell command:
- Step 3: Switch to repo folder
- PowerShell command:
cd ./PU-DB-Apps-with-EF
- PowerShell command:
- Step 4: Switch to
itgigs-webapp
branch- PowerShell command:
git checkout itgigs-webapp
- PowerShell command:
- Step 5: Open project folder in File Explorer
- PowerShell command:
ii .
- PowerShell command:
- Step 6: Find
.sln
file & open it with Visual Studio - Step 7: Be sure
Migrations
folder in ITGigs.DB class library project is deleted - Step 8: Make sure you enter your own
db credentials
in ITGigs.DB.Helpers.DbConnections.cs- You can choose each for AppHarbor or Azure db credentials
- Update ITGigs.DB.AppDbContext.cs constructor with the desired db connection
- Step 9: Be sure you can access the db with your local SQL Management Studio
- Step 10: If you have any old tables in your db
- Use some help from -> here!
- Be sure any
__EFMigrationsHistory
tables in your SQL Management Studio are deleted
- Step 11: Execute the following in
Package Manager Console
of your Visual Studio project againstITGigs.DB
default projectadd-migration InitialMigration
update-database
- Step 12: Check your db for data
- Step 13: Hit
Ctrl + F5
and you are ready
(BG) Team
seeing innovations
How to get in touch?
- Email us anytime @:
[email protected]
- Feel free to mail any of our team members for help.
- We'll try our best to respond @ 24 hours period.
-
Visual Studio 2017 Community
(required)
-
Git
(required)
-
GitHub
(optional)
-
AppHarbor
(required)
-
Azure
(required)
-
Azure DevOps
(required)
- Software Technologies - June 2016 by SoftUni
- C# MVC Frameworks - ASP.NET Core - October 2017 by SoftUni
- ASP.NET Web API 2 external logins with Facebook and Google in Angular app
- Course performance & goals
- YouTube playlist of the course
- Current projects:
- pdf books
- sql scripts
- allow less secure apps for Gmail
- google.com/blocked
itgigs fire it up in 13 steps
- Old editions:
- Azure DevOps playground
- Add users to your organization
- Configure web app and SQL server on Azure
- Create web app + SQL
- Get your db connection string
- Trick db firewall restrictions
- Configure deployments option & find app url
- Speed up deployment time using publishing profile for VS
Basic OOP recall
- wiki help page
- help books
Database 1st with local db
- Geography db sql script
Code1st with external db instance (part1)
- TechCorp
- Configure AppHarbor
- Setting up External SQL db
- video (bg)
- help books