microsoft / HealthClinic.biz

The samples contained in this repo are used to present an end-to-end demo scenario based on a fictitious B2B and multitenant system, named “HealthClinic.biz” that provides different websites, mobile apps, desktop apps, wearable apps, and services running on the latest Microsoft and open technologies aligned with announcements to showcase during the Connect(); 2015 event. The current published version works with Visual Studio 2015 Update 1 RC bits and ASP.NET 5.0 Beta 8. The final version used at Connect(); 2015 will be published soon.
http://aka.ms/Connect
MIT License
496 stars 292 forks source link

Install / Deployment Guide #16

Open prohealthbox opened 8 years ago

prohealthbox commented 8 years ago

Hi,

Can anyone please tell me / guide me to deploy this complete solution. can i just open 10_Demos_Deployment and deploy to Azure ..?

Sorry for posting this in Issues Section, Mods kindly move this to approperiate section.

ibonilm commented 8 years ago

Hi,

All the existing docs is in the wiki https://github.com/Microsoft/HealthClinic.biz/wiki

Please, check this section.

ibonilm commented 8 years ago

The 10_Demos_Deployment solution contains an ARM template the creates the Azure services (AppService, Mobile Service, SQL Server) needed to deploy the backend services used by the client mobile apps.

prohealthbox commented 8 years ago

@ibonilm Yes , I have tried that and was sucessfull in creating Azure Services (AppService, Mobile Service, SQL Server) After that what is the next setp..?

I can provide my azure login details , can anyone please help me to deploy complete solution in Azure.

azure

erikaehrli commented 8 years ago

Hello,

Please see the Azure Developer Quickstarts section. You will find guides by topic.

Also the Wiki has docs for each project.

Thanks, Erika

Sent from my iPhone

On Aug 29, 2016, at 12:04 PM, prohealthbox notifications@github.com wrote:

@ibonilm Yes , I have tried that and was sucessfull in creating Azure Services (AppService, Mobile Service, SQL Server) After that what is the next setp..?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

prohealthbox commented 8 years ago

hi i have successfully deployed webapp and mobileapp, but i have an issue in local system as well as in azure, when i login to private area in portal with admin or user credentials , there is no data, below is the screenshot. Please help me, Database connection everything is fine. 22

ibonilm commented 8 years ago

Hi,

Check that the node dependencies are well installed and the gulp default task runs when you build the project...or run it manually.

prohealthbox commented 8 years ago

@erikaehrli @ibonilm @martinwoodward @dmahugh @EdBlankenship hi, all dependencies are installed, i found the error related to lib.js , screenshot below ,please help me 4

ibonilm commented 8 years ago

I would remove the node_modules and run "npm install" and "gulp" command to be sure that the dependencies are well installed and the default gulp task works fine.

prohealthbox commented 8 years ago

@ibonilm @erikaehrli @martinwoodward @dmahugh @EdBlankenship

hi , i have sucessfully depolyed the app. thanks everyone for support.

where can i find DEFAULT_DOCTOR_GUID, i need to change in cordova app to different default doctor.